diff options
Diffstat (limited to 'include/linux/irqhandler.h')
-rw-r--r-- | include/linux/irqhandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irqhandler.h b/include/linux/irqhandler.h index 1e6f4e7123d6..c30f454a9518 100644 --- a/include/linux/irqhandler.h +++ b/include/linux/irqhandler.h @@ -10,6 +10,5 @@ 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 |