summaryrefslogtreecommitdiff
path: root/include/linux/irqhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irqhandler.h')
-rw-r--r--include/linux/irqhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/irqhandler.h b/include/linux/irqhandler.h
index 1e6f4e7123d6..72dd1eb3a0e7 100644
--- a/include/linux/irqhandler.h
+++ b/include/linux/irqhandler.h
@@ -8,8 +8,7 @@
*/
struct irq_desc;
-struct irq_data;
+
typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
-typedef void (*irq_preflow_handler_t)(struct irq_data *data);
#endif