hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/linux/irqhandler.h
....@@ -10,6 +10,5 @@
1010 struct irq_desc;
1111 struct irq_data;
1212 typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
13
-typedef void (*irq_preflow_handler_t)(struct irq_data *data);
1413
1514 #endif