Skip to content

Commit

Permalink
irqchip: remove davinci aintc driver
Browse files Browse the repository at this point in the history
The aintc driver was used on Davinci DM3xx and DM64xx SoCs, all of
which got dropped from Linux, so this driver is orphaned as well.

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Jan 12, 2023
1 parent efe81e9 commit fa8dede
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 169 deletions.
5 changes: 0 additions & 5 deletions drivers/irqchip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ config BRCMSTB_L2_IRQ
select GENERIC_IRQ_CHIP
select IRQ_DOMAIN

config DAVINCI_AINTC
bool
select GENERIC_IRQ_CHIP
select IRQ_DOMAIN

config DAVINCI_CP_INTC
bool
select GENERIC_IRQ_CHIP
Expand Down
1 change: 0 additions & 1 deletion drivers/irqchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ obj-$(CONFIG_ATH79) += irq-ath79-misc.o
obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o
obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o
obj-$(CONFIG_ARCH_ACTIONS) += irq-owl-sirq.o
obj-$(CONFIG_DAVINCI_AINTC) += irq-davinci-aintc.o
obj-$(CONFIG_DAVINCI_CP_INTC) += irq-davinci-cp-intc.o
obj-$(CONFIG_EXYNOS_IRQ_COMBINER) += exynos-combiner.o
obj-$(CONFIG_FARADAY_FTINTC010) += irq-ftintc010.o
Expand Down
163 changes: 0 additions & 163 deletions drivers/irqchip/irq-davinci-aintc.c

This file was deleted.

0 comments on commit fa8dede

Please sign in to comment.