Hi all, After merging the final tree, today's linux-next build (powerpc allnoconfig) failed like this: fs/select.c: In function 'do_select': fs/select.c:408:2: error: implicit declaration of function 'll_start_time' [-Werror=implicit-function-declaration] u64 ll_start = ll_start_time(ll_flag); ^ fs/select.c:409:2: error: implicit declaration of function 'll_run_time' [-Werror=implicit-function-declaration] u64 ll_time = ll_run_time(); ^ fs/select.c:504:3: error: too many arguments to function 'can_poll_ll' if (ll_flag && can_ll && can_poll_ll(ll_start, ll_time)) ^ In file included from fs/select.c:31:0: include/net/ll_poll.h:194:20: note: declared here static inline bool can_poll_ll(u64 end_time) ^ fs/select.c: In function 'do_poll': fs/select.c:826:3: error: too many arguments to function 'can_poll_ll' if (ll_flag && can_ll && can_poll_ll(ll_start, ll_time)) ^ In file included from fs/select.c:31:0: include/net/ll_poll.h:194:20: note: declared here static inline bool can_poll_ll(u64 end_time) ^ Caused by commit 1bc2774d8664 ("net: convert lls to use time_in_range()") from the net-next tree. I cherry-picked the commit 419076f59fc5 ("net: lls fix build with allnoconfig") out of tomorrow's net-next tree. (I am feeling generous and noticed that patch being applied :-)) -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx
Attachment:
pgp1npO83idBb.pgp
Description: PGP signature