Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afd38009 authored by Steven Rostedt's avatar Steven Rostedt Committed by Ingo Molnar
Browse files

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: default avatarSteven 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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 30e0e178
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -217,8 +217,6 @@ long rcu_batches_completed(void)
}
EXPORT_SYMBOL_GPL(rcu_batches_completed);

EXPORT_SYMBOL_GPL(rcu_batches_completed_bh);

void __rcu_read_lock(void)
{
	int idx;