]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/irq.h
via-velocity: separated struct allow wholesale copy during MTU changes.
[linux-2.6-omap-h63xx.git] / include / asm-alpha / irq.h
index f6de033718a0f3f60cf177fb0ce7b731235f2e2c..06377400dc09b4750d54c32a6d433c0224cb3857 100644 (file)
@@ -85,15 +85,7 @@ static __inline__ int irq_canonicalize(int irq)
        return ((irq == 2) ? 9 : irq);
 }
 
-extern void disable_irq(unsigned int);
-extern void disable_irq_nosync(unsigned int);
-extern void enable_irq(unsigned int);
-
 struct pt_regs;
 extern void (*perf_irq)(unsigned long, struct pt_regs *);
 
-struct irqaction;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
-
 #endif /* _ALPHA_IRQ_H */