diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-08-01 23:39:13 -0700 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 11:18:29 +0900 |
commit | 15645581a9401cf2370d2c975e2673d289d5e561 (patch) | |
tree | f842b09826cf0cb3e928814297fe16ff83e90004 /arch/arm/mach-shmobile/include/mach/r8a7740.h | |
parent | d2f463a66abb1edc3b0ab6cc8252d9fa4e3d30e8 (diff) | |
download | op-kernel-dev-15645581a9401cf2370d2c975e2673d289d5e561.zip op-kernel-dev-15645581a9401cf2370d2c975e2673d289d5e561.tar.gz |
ARM: shmobile: armadillo800eva: Use DT for GIC
Current Armadillo800eva is using DT booting,
and r8a7740.dtsi already has GIC settings.
So, we can remove the C version of the GIC setup code,
instead rely on GIC information provided by DT.
This patch removes r8a7740_init_irq() which has
no user any more
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7740.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7740.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h index 56f3750..d07932f 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h @@ -48,7 +48,6 @@ enum { extern void r8a7740_meram_workaround(void); extern void r8a7740_init_delay(void); -extern void r8a7740_init_irq(void); extern void r8a7740_init_irq_of(void); extern void r8a7740_map_io(void); extern void r8a7740_add_early_devices(void); |