X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-h8300%2Firq.h;h=56eec28cc2c493ce44e673f5ea606c8ff1246adf;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=5027181ed067ef7637d2b5e12cbf3be61de9cd6b;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/asm-h8300/irq.h b/include/asm-h8300/irq.h index 5027181ed0..56eec28cc2 100644 --- a/include/asm-h8300/irq.h +++ b/include/asm-h8300/irq.h @@ -59,17 +59,4 @@ static __inline__ int irq_canonicalize(int irq) return 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_ */