hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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