kernel/include/linux/irqhandler.h
.. .. @@ -10,6 +10,5 @@ 10 10 struct irq_desc; 11 11 struct irq_data; 12 12 typedef void (*irq_flow_handler_t)(struct irq_desc *desc); 13 -typedef void (*irq_preflow_handler_t)(struct irq_data *data);14 13 15 14 #endif