hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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