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