diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:30:08 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-01-21 20:21:41 +0000 |
commit | 5c1ea0d842b1e73ae04870527ec29d5479c35041 (patch) | |
tree | d51bd4dc3107d93544b922bccde3988f28f51adb /drivers/irqchip/Makefile | |
parent | 00e772c4929257b11b51d47e4645f67826ded0fc (diff) | |
download | linux-5c1ea0d842b1e73ae04870527ec29d5479c35041.tar.gz linux-5c1ea0d842b1e73ae04870527ec29d5479c35041.tar.bz2 linux-5c1ea0d842b1e73ae04870527ec29d5479c35041.zip |
irqchip: Remove sirfsoc driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver
is no longer needed.
Cc: Barry Song <baohua@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Barry Song <baohua@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210120133008.2421897-3-arnd@kernel.org
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r-- | drivers/irqchip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index 084e11774071..37e3556df127 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -45,7 +45,6 @@ obj-$(CONFIG_I8259) += irq-i8259.o obj-$(CONFIG_IMGPDC_IRQ) += irq-imgpdc.o obj-$(CONFIG_IRQ_MIPS_CPU) += irq-mips-cpu.o obj-$(CONFIG_IXP4XX_IRQ) += irq-ixp4xx.o -obj-$(CONFIG_SIRF_IRQ) += irq-sirfsoc.o obj-$(CONFIG_JCORE_AIC) += irq-jcore-aic.o obj-$(CONFIG_RDA_INTC) += irq-rda-intc.o obj-$(CONFIG_RENESAS_INTC_IRQPIN) += irq-renesas-intc-irqpin.o |