]> err.no Git - linux-2.6/blobdiff - include/asm-h8300/irq.h
[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled
[linux-2.6] / include / asm-h8300 / irq.h
index 73065f5bda0eba856a6d19fb9037a911bd035fd9..42a3ac424a9eb241b74b90780e804bb902e5708a 100644 (file)
@@ -63,8 +63,4 @@ extern void enable_irq(unsigned int);
 extern void disable_irq(unsigned int);
 #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 /* _H8300_IRQ_H_ */