Skip to content
Snippets Groups Projects
Commit a638735b authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

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

parent 34616c8b
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment