mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
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:
parent
34616c8bbd
commit
a638735b3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user