Skip to content

Commit

Permalink
m68knommu: declare do_IRQ()
Browse files Browse the repository at this point in the history
Need a declaration of do_IRQ for the 68328 interrupt handling code.
It is common to all m68knommu targets, so a common declaration makes
sense.

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 Mar 4, 2008
1 parent 881ab68 commit e311f68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-m68knommu/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ extern void (*mach_power_off)( void );

extern void config_BSP(char *command, int len);

extern void do_IRQ(int irq, struct pt_regs *fp);

#endif /* _M68KNOMMU_MACHDEP_H */

0 comments on commit e311f68

Please sign in to comment.