diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2020-07-03 18:56:45 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-07-04 11:02:06 +0300 |
commit | 8fa88a88d573093868565a1afba43b5ae5b3a316 (patch) | |
tree | 20e59222b5dc73bbc0e58705f55ca034768eeb86 /include/linux/irqhandler.h | |
parent | 959f53bd90c3ac70e5481199c6159f6314f9f910 (diff) | |
download | linux-8fa88a88d573093868565a1afba43b5ae5b3a316.tar.xz |
genirq: Remove preflow handler support
That was put in place for sparc64, and blackfin also used it for some time;
sparc64 no longer uses those, and blackfin is dead.
As there are no more users, remove preflow handlers.
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200703155645.29703-3-valentin.schneider@arm.com
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 |