diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-07-13 15:15:33 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-28 09:27:15 +0900 |
commit | 640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a (patch) | |
tree | f264279504596e033e71878d2916e133965d7fb4 /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | 26f9e03fb1c8b8b5dd2f1ad34da775cc129df98a (diff) | |
download | talos-op-linux-640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a.tar.gz talos-op-linux-640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a.zip |
ARM: shmobile: r8a7779: Cleanup header file
Remove unused function prototypes from r8a7779.h and
make the functions static.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 2c3e433f84ca..f436cba958fa 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -99,7 +99,7 @@ static struct resource irqpin0_resources[] __initdata = { DEFINE_RES_IRQ(gic_spi(30)), /* IRQ3 */ }; -void __init r8a7779_init_irq_extpin_dt(int irlm) +static void __init r8a7779_init_irq_extpin_dt(int irlm) { void __iomem *icr0 = ioremap_nocache(0xfe780000, PAGE_SIZE); u32 tmp; |