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>

authored by Steven Rostedt and committed by Ingo Molnar afd38009 30e0e178

-2
-2
kernel/rcupreempt.c
··· 217 217 } 218 218 EXPORT_SYMBOL_GPL(rcu_batches_completed); 219 219 220 - EXPORT_SYMBOL_GPL(rcu_batches_completed_bh); 221 - 222 220 void __rcu_read_lock(void) 223 221 { 224 222 int idx;