rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 11 Feb 2014 21:10:12 +0000 (16:10 -0500)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 26 Feb 2014 14:35:16 +0000 (06:35 -0800)
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 <paul.gortmaker@windriver.com>
[ 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 <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/rcupdate.h
kernel/ksysfs.c
kernel/rcu/rcu.h

Simple merge
diff --cc kernel/ksysfs.c
Simple merge
Simple merge