forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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