Skip to content

Commit

Permalink
m68knommu: add prototype for ack_bad_irq
Browse files Browse the repository at this point in the history
Create prototype for ack_bad_irq() for m68knommu.
Compilation of kernel/irq/handle.c fails without it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jul 26, 2007
1 parent e4903fb commit c423941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-m68knommu/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ typedef struct {
# error HARDIRQ_BITS is too low!
#endif

void ack_bad_irq(unsigned int irq);

#endif /* __M68K_HARDIRQ_H */

0 comments on commit c423941

Please sign in to comment.