]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-h8300/irq.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6-omap-h63xx.git] / include / asm-h8300 / irq.h
index 5027181ed067ef7637d2b5e12cbf3be61de9cd6b..42a3ac424a9eb241b74b90780e804bb902e5708a 100644 (file)
@@ -61,15 +61,6 @@ static __inline__ int irq_canonicalize(int irq)
 
 extern void enable_irq(unsigned int);
 extern void disable_irq(unsigned int);
-
-/*
- * Some drivers want these entry points
- */
-#define enable_irq_nosync(x)   enable_irq(x)
 #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_ */