Commit a638735b authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other arches

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 34616c8b
......@@ -42,4 +42,6 @@ typedef struct {
#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
extern void ack_bad_irq(unsigned int irq);
#endif
......@@ -21,8 +21,6 @@
#include <mach/irq.h>
#include <asm/ptrace.h>
extern void ack_bad_irq(unsigned int irq);
static __inline__ int irq_canonicalize(int irq)
{
return irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment