diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-02 13:28:06 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 05:06:45 +0400 |
commit | 23260e1b417843ea875bd7b21f17c5c80031c4cd (patch) | |
tree | 219e4123baf0c7bf0ca64783536fa77983ab5a9d /arch/arm/mach-shmobile/board-kzm9d.c | |
parent | 12d035b13b224ee69886b64fd33d1c1224e79187 (diff) | |
download | linux-23260e1b417843ea875bd7b21f17c5c80031c4cd.tar.xz |
ARM: shmobile: Use DT for GIC on EMEV2 and KZM9D
Remove the C version of the EMEV2 GIC setup code,
instead rely on GIC information provided by DT.
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9d.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9d.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9d.c b/arch/arm/mach-shmobile/board-kzm9d.c index 15900f1f8af7..30c2cc695b12 100644 --- a/arch/arm/mach-shmobile/board-kzm9d.c +++ b/arch/arm/mach-shmobile/board-kzm9d.c @@ -86,8 +86,6 @@ DT_MACHINE_START(KZM9D_DT, "kzm9d") .smp = smp_ops(emev2_smp_ops), .map_io = emev2_map_io, .init_early = emev2_init_delay, - .nr_irqs = NR_IRQS_LEGACY, - .init_irq = emev2_init_irq, .init_machine = kzm9d_add_standard_devices, .init_late = shmobile_init_late, .dt_compat = kzm9d_boards_compat_dt, |