]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/irq.h
ARM: OMAP: Optimize INTC register accesses and enable autoidling
[linux-2.6-omap-h63xx.git] / include / asm-alpha / irq.h
index 566db720000a2a55cb8fef9a7ce93cbfd98ced93..917b9fe372cf388e328b6c1e80405e0516a059d5 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <linux/linkage.h>
-#include <linux/config.h>
 
 #if   defined(CONFIG_ALPHA_GENERIC)
 
@@ -93,8 +92,4 @@ 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 */