forked from luck/tmp_suning_uos_patched
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: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e4903fb595
commit
c423941890
|
@ -22,4 +22,6 @@ typedef struct {
|
|||
# error HARDIRQ_BITS is too low!
|
||||
#endif
|
||||
|
||||
void ack_bad_irq(unsigned int irq);
|
||||
|
||||
#endif /* __M68K_HARDIRQ_H */
|
||||
|
|
Loading…
Reference in New Issue
Block a user