From: Steven Rostedt Date: Thu, 22 May 2008 18:18:17 +0000 (-0400) Subject: rcupreempt: remove export of rcu_batches_completed_bh X-Git-Tag: v2.6.26-rc7~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd38009cc3acd36d41f349a669ad5825d695b1f;p=pandora-kernel.git 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 Cc: "Paul E. McKenney" Cc: paulus@samba.org Cc: linuxppc-dev@ozlabs.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed