mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-12 15:16:24 +00:00
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
|