summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/setup-r8a7779.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2015-07-13 06:15:33 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2015-07-28 00:27:15 (GMT)
commit640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a (patch)
treef264279504596e033e71878d2916e133965d7fb4 /arch/arm/mach-shmobile/setup-r8a7779.c
parent26f9e03fb1c8b8b5dd2f1ad34da775cc129df98a (diff)
downloadlinux-640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a.tar.xz
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.c2
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 2c3e433..f436cba 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;