Skip to content

Commit

Permalink
Blackfin arch: dont export ack_bad_irq as no one else does
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 7beb743 commit b94919e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/blackfin/kernel/irqchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ void ack_bad_irq(unsigned int irq)
atomic_inc(&irq_err_count);
printk(KERN_ERR "IRQ: spurious interrupt %d\n", irq);
}
EXPORT_SYMBOL(ack_bad_irq);

static struct irq_chip bad_chip = {
.ack = dummy_mask_unmask_irq,
Expand Down

0 comments on commit b94919e

Please sign in to comment.