[TCP]: Convert highest_sack to sk_buff to allow direct access
[pandora-kernel.git] / include / asm-h8300 / irq.h
index 73065f5..56eec28 100644 (file)
@@ -59,12 +59,4 @@ static __inline__ int irq_canonicalize(int irq)
        return irq;
 }
 
-extern void enable_irq(unsigned int);
-extern void disable_irq(unsigned int);
-#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_ */