mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
06ff14c054
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>
2 lines
38 B
Makefile
2 lines
38 B
Makefile
obj-$(CONFIG_ARCH_VT8500) += vt8500.o
|