* [M68KNOMMU]: declare do_IRQ()
@ 2008-03-04 6:35 Greg Ungerer
0 siblings, 0 replies; only message in thread
From: Greg Ungerer @ 2008-03-04 6:35 UTC (permalink / raw)
To: torvalds; +Cc: gerg, linux-kernel
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>
---
diff -Naurp linux-2.6.25-rc3/include/asm-m68knommu/machdep.h linux-2.6.25-rc3.foo/include/asm-m68knommu/machdep.h
--- linux-2.6.25-rc3/include/asm-m68knommu/machdep.h 2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.25-rc3.foo/include/asm-m68knommu/machdep.h 2008-03-04 16:09:28.000000000 +1000
@@ -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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-04 6:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 6:35 [M68KNOMMU]: declare do_IRQ() Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox