From: Paul Gortmaker Date: Tue, 11 Feb 2014 21:10:12 +0000 (-0500) Subject: rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.c X-Git-Tag: v3.15-rc1~183^2~1^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a754743185a4b05818e10058fa2fbe4e6969085;p=pandora-kernel.git rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.c This commit fixes the follwoing warning: kernel/ksysfs.c:143:5: warning: symbol 'rcu_expedited' was not declared. Should it be static? Signed-off-by: Paul Gortmaker [ paulmck: Moved the declaration to include/linux/rcupdate.h to avoid including the RCU-internal rcu.h file outside of RCU. ] Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed