]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m68knommu/irq.h
Auto-update from upstream
[linux-2.6-omap-h63xx.git] / include / asm-m68knommu / irq.h
index 20c48ec858a4e785d6e480b5957d08ad1f6dd811..c5247516fcfeccc0036c3d5414486516a447ae31 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _M68K_IRQ_H_
 #define _M68K_IRQ_H_
 
-#include <linux/config.h>
 #include <asm/ptrace.h>
 
 #ifdef CONFIG_COLDFIRE
@@ -88,8 +87,4 @@ extern void (*mach_disable_irq)(unsigned int);
 #define disable_irq(x) do { } while (0)
 #define disable_irq_nosync(x)  disable_irq(x)
 
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
 #endif /* _M68K_IRQ_H_ */