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

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2008-11-18 17:48:22 +08:00 committed by Bryan Wu
parent 34616c8bbd
commit a638735b3d
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,6 @@ typedef struct {
#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
extern void ack_bad_irq(unsigned int irq);
#endif

View File

@ -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;