aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-03-06 20:28:13 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-06 21:08:38 -0500
commit5d6deb940f880140fbcf5ec42e92534e78785e99 (patch)
treefe64d5da2fd63bbb2620f7e6717db03c031df73c /arch/m68knommu
parent1ed35e0d8afd7cd57f5b592e56f2af6794bab5c5 (diff)
[PATCH] m68knommu: remove local_bh_count
Remove un-used/un-referenced local_bh_count. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/platform/5307/ints.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5307/ints.c b/arch/m68knommu/platform/5307/ints.c
index 20f12a19a522..751633038c4b 100644
--- a/arch/m68knommu/platform/5307/ints.c
+++ b/arch/m68knommu/platform/5307/ints.c
@@ -42,7 +42,6 @@ static irq_node_t nodes[NUM_IRQ_NODES];
42/* The number of spurious interrupts */ 42/* The number of spurious interrupts */
43volatile unsigned int num_spurious; 43volatile unsigned int num_spurious;
44 44
45unsigned int local_bh_count[NR_CPUS];
46unsigned int local_irq_count[NR_CPUS]; 45unsigned int local_irq_count[NR_CPUS];
47 46
48static irqreturn_t default_irq_handler(int irq, void *ptr) 47static irqreturn_t default_irq_handler(int irq, void *ptr)