diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-02 12:09:01 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-02-28 17:31:33 +0100 |
commit | 6c41a9979c3f2d5c9cf3458dda3fdb6542535df8 (patch) | |
tree | 4f406e9b80a62fd96a2618c00571580292647055 /arch/arm/mach-clps711x/board-p720t.c | |
parent | baee214b6ae7bcaef4417844f2ba0d67acc6a73a (diff) | |
download | linux-6c41a9979c3f2d5c9cf3458dda3fdb6542535df8.tar.bz2 |
ARM: clps711x: Migrate CLPS711X subarch to the new irqchip driver
This patch remove old code and migrate Cirrus Logic CLPS711X subarch
to the new irqchip driver.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-clps711x/board-p720t.c')
-rw-r--r-- | arch/arm/mach-clps711x/board-p720t.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/board-p720t.c b/arch/arm/mach-clps711x/board-p720t.c index dd81b06f68fe..67b733744ed7 100644 --- a/arch/arm/mach-clps711x/board-p720t.c +++ b/arch/arm/mach-clps711x/board-p720t.c @@ -363,7 +363,6 @@ static void __init p720t_init_late(void) MACHINE_START(P720T, "ARM-Prospector720T") /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ .atag_offset = 0x100, - .nr_irqs = CLPS711X_NR_IRQS, .fixup = fixup_p720t, .map_io = clps711x_map_io, .init_early = clps711x_init_early, @@ -371,6 +370,5 @@ MACHINE_START(P720T, "ARM-Prospector720T") .init_time = clps711x_timer_init, .init_machine = p720t_init, .init_late = p720t_init_late, - .handle_irq = clps711x_handle_irq, .restart = clps711x_restart, MACHINE_END |