Skip to content

Commit

Permalink
Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match oth…
Browse files Browse the repository at this point in the history
…er arches

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 34616c8 commit a638735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ typedef struct {

#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1

extern void ack_bad_irq(unsigned int irq);

#endif
2 changes: 0 additions & 2 deletions arch/blackfin/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a638735

Please sign in to comment.