forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
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