rcupreempt: remove export of rcu_batches_completed_bh
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 22 May 2008 18:18:17 +0000 (14:18 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 19 Jun 2008 07:45:37 +0000 (09:45 +0200)
commitafd38009cc3acd36d41f349a669ad5825d695b1f
tree01068aa7fedbd9bc6f158e9dd470ac1336f9a027
parent30e0e178193d4221abc9926b07a4c7661c7cc4a9
rcupreempt: remove export of rcu_batches_completed_bh

In rcupreempt, rcu_batches_completed_bh is defined as a static inline in
the header file. This does not need to be exported, and not only that,
this breaks my PPC build.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/rcupreempt.c