X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-h8300%2Firq.h;h=73065f5bda0eba856a6d19fb9037a911bd035fd9;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=5027181ed067ef7637d2b5e12cbf3be61de9cd6b;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-h8300/irq.h b/include/asm-h8300/irq.h index 5027181ed..73065f5bd 100644 --- a/include/asm-h8300/irq.h +++ b/include/asm-h8300/irq.h @@ -61,11 +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;