diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-03-24 01:12:25 +0000 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-12 22:43:24 -0700 |
commit | 06ff14c05426ec7b7600521c4e1ae19732797e15 (patch) | |
tree | b2c209e9024f49e62ee6d2b9d43ccacaa52a04b5 /arch/arm/mach-vt8500/common.h | |
parent | 26b2da5ae5041e4a6d11a3d9cb1d1097c447d90d (diff) | |
download | talos-obmc-linux-06ff14c05426ec7b7600521c4e1ae19732797e15.tar.gz talos-obmc-linux-06ff14c05426ec7b7600521c4e1ae19732797e15.zip |
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 'arch/arm/mach-vt8500/common.h')
-rw-r--r-- | arch/arm/mach-vt8500/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-vt8500/common.h b/arch/arm/mach-vt8500/common.h index 77611a6968d6..087787af62f1 100644 --- a/arch/arm/mach-vt8500/common.h +++ b/arch/arm/mach-vt8500/common.h @@ -18,13 +18,7 @@ #include <linux/of.h> -int __init vt8500_irq_init(struct device_node *node, - struct device_node *parent); - /* defined in drivers/clk/clk-vt8500.c */ void __init vtwm_clk_init(void __iomem *pmc_base); -/* defined in irq.c */ -asmlinkage void vt8500_handle_irq(struct pt_regs *regs); - #endif |