lkml.org 
[lkml]   [2013]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build failure after merge of the final tree (net-next tree related)
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@canb.auug.org.au
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2013-07-03 10:01    [W:0.257 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site