X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Firq.h;h=53557274eef81d7386ab675aabafd42dcd620428;hb=76a22271fd14e3fe7660f8646db12f0780fa4fd2;hp=2b408842a30ecdedd39b07ec8b7d86b68cee8104;hpb=a4cfae13cef6a700a04b13ba1d819c0641b1b26f;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m68knommu/irq.h b/include/asm-m68knommu/irq.h index 2b408842a30..53557274eef 100644 --- a/include/asm-m68knommu/irq.h +++ b/include/asm-m68knommu/irq.h @@ -83,12 +83,8 @@ extern void (*mach_disable_irq)(unsigned int); /* * Some drivers want these entry points */ -#define enable_irq(x) 0 +#define enable_irq(x) do { } while (0) #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_ */