diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-09-30 17:50:19 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-01 07:09:08 +0200 |
commit | 20e73335dc35bf5e200173e6ed99f6a2b32f8857 (patch) | |
tree | 2e4aceffc1e03cfe5a163abae9bc85288672d9ed /arch | |
parent | ARM: shmobile: smp: Make shmobile_smp_apmu_cpu_shutdown() static (diff) | |
download | linux-20e73335dc35bf5e200173e6ed99f6a2b32f8857.tar.xz linux-20e73335dc35bf5e200173e6ed99f6a2b32f8857.zip |
ARM: shmobile: r8a7778: Make r8a7778_init_irq_dt() static
As of commit 4baadb9e05c68962 ("ARM: shmobile: r8a7778: remove obsolete
setup code"), r8a7778_init_irq_dt() is no longer used outside
setup-r8a7778.c.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7778.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c index b0c9986d022d..0ab9d3272875 100644 --- a/arch/arm/mach-shmobile/setup-r8a7778.c +++ b/arch/arm/mach-shmobile/setup-r8a7778.c @@ -42,7 +42,8 @@ static void __init r8a7778_timer_init(void) #define INT2NTSR0 0x00018 /* 0xfe700018 */ #define INT2NTSR1 0x0002c /* 0xfe70002c */ -void __init r8a7778_init_irq_dt(void) + +static void __init r8a7778_init_irq_dt(void) { void __iomem *base = ioremap_nocache(0xfe700000, 0x00100000); |