Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4239418 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds
Browse files

m68knommu: add prototype for ack_bad_irq



Create prototype for ack_bad_irq() for m68knommu.
Compilation of kernel/irq/handle.c fails without it.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e4903fb5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,4 +22,6 @@ typedef struct {
# error HARDIRQ_BITS is too low!
# error HARDIRQ_BITS is too low!
#endif
#endif


void ack_bad_irq(unsigned int irq);

#endif /* __M68K_HARDIRQ_H */
#endif /* __M68K_HARDIRQ_H */