irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructure
authorTony Prisk <linux@prisktech.co.nz>
Sun, 24 Mar 2013 01:12:25 +0000 (01:12 +0000)
committerOlof Johansson <olof@lixom.net>
Sat, 13 Apr 2013 05:43:24 +0000 (22:43 -0700)
commit06ff14c05426ec7b7600521c4e1ae19732797e15
treeb2c209e9024f49e62ee6d2b9d43ccacaa52a04b5
parent26b2da5ae5041e4a6d11a3d9cb1d1097c447d90d
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>
arch/arm/mach-vt8500/Makefile
arch/arm/mach-vt8500/common.h
arch/arm/mach-vt8500/irq.c [deleted file]
arch/arm/mach-vt8500/vt8500.c
drivers/irqchip/Makefile
drivers/irqchip/irq-vt8500.c [new file with mode: 0644]