summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/softirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/softirq.h')
-rw-r--r--include/asm-ppc/softirq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/softirq.h b/include/asm-ppc/softirq.h
index f23ed416b..4eaed0be6 100644
--- a/include/asm-ppc/softirq.h
+++ b/include/asm-ppc/softirq.h
@@ -4,8 +4,6 @@
#include <asm/atomic.h>
#include <asm/hardirq.h>
-extern unsigned int local_bh_count[NR_CPUS];
-
#define local_bh_disable() do { local_bh_count(smp_processor_id())++; barrier(); } while (0)
#define local_bh_enable() do { barrier(); local_bh_count(smp_processor_id())--; } while (0)