summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-03-24 01:12:25 +0000
committerOlof Johansson <olof@lixom.net>2013-04-12 22:43:24 -0700
commit06ff14c05426ec7b7600521c4e1ae19732797e15 (patch)
treeb2c209e9024f49e62ee6d2b9d43ccacaa52a04b5 /drivers/irqchip/Makefile
parent26b2da5ae5041e4a6d11a3d9cb1d1097c447d90d (diff)
downloadop-kernel-dev-06ff14c05426ec7b7600521c4e1ae19732797e15.zip
op-kernel-dev-06ff14c05426ec7b7600521c4e1ae19732797e15.tar.gz
irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructure
This patch moves the arch-vt8500 irq code to drivers/irqchip and converts it to use the new IRQCHIP_DECLARE and irqchip_init. This allows the removal of some more functions from common.h Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r--drivers/irqchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile
index acf9895..48fbdf9 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_ARM_VIC) += irq-vic.o
obj-$(CONFIG_RENESAS_INTC_IRQPIN) += irq-renesas-intc-irqpin.o
obj-$(CONFIG_RENESAS_IRQC) += irq-renesas-irqc.o
obj-$(CONFIG_VERSATILE_FPGA_IRQ) += irq-versatile-fpga.o
+obj-$(CONFIG_ARCH_VT8500) += irq-vt8500.o
OpenPOWER on IntegriCloud