diff options
author | Marc Zyngier <maz@kernel.org> | 2022-02-09 16:26:04 +0000 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-02-15 11:25:46 +0000 |
commit | 3fb212a042fbd8eccbb2af1852e03ed7757b9600 (patch) | |
tree | 5474881d47f50e94b663448bc1a972c0e34c1824 /drivers/irqchip/irq-ftintc010.c | |
parent | 3344265a2692414831c15964dd27a5b4adc4ed83 (diff) | |
download | linux-3fb212a042fbd8eccbb2af1852e03ed7757b9600.tar.bz2 |
irqchip/versatile-fpga: Switch to dynamic chip name output
Move the name output to the relevant callback, which allows us
some nice cleanups (mostly owing to the fact that the driver is
now DT only.
We also drop a random include directive from the ftintc010 driver.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220209162607.1118325-8-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/irq-ftintc010.c')
-rw-r--r-- | drivers/irqchip/irq-ftintc010.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-ftintc010.c b/drivers/irqchip/irq-ftintc010.c index 5cc268880f8e..46a3aa60e50e 100644 --- a/drivers/irqchip/irq-ftintc010.c +++ b/drivers/irqchip/irq-ftintc010.c @@ -11,7 +11,6 @@ #include <linux/irq.h> #include <linux/io.h> #include <linux/irqchip.h> -#include <linux/irqchip/versatile-fpga.h> #include <linux/irqdomain.h> #include <linux/module.h> #include <linux/of.h> |