summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/clock-r8a7779.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2015-07-13 15:15:33 +0900
committerSimon Horman <horms+renesas@verge.net.au>2015-07-28 09:27:15 +0900
commit640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a (patch)
treef264279504596e033e71878d2916e133965d7fb4 /arch/arm/mach-shmobile/clock-r8a7779.c
parent26f9e03fb1c8b8b5dd2f1ad34da775cc129df98a (diff)
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/clock-r8a7779.c')
-rw-r--r--arch/arm/mach-shmobile/clock-r8a7779.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7779.c b/arch/arm/mach-shmobile/clock-r8a7779.c
index fa8ab2cc9187..a376ba3b67c0 100644
--- a/arch/arm/mach-shmobile/clock-r8a7779.c
+++ b/arch/arm/mach-shmobile/clock-r8a7779.c
@@ -201,7 +201,7 @@ static struct clk_lookup lookups[] = {
CLKDEV_DEV_ID("rcar-du-r8a7779", &mstp_clks[MSTP103]), /* DU */
};
-void __init r8a7779_clock_init(void)
+static void __init r8a7779_clock_init(void)
{
u32 mode = r8a7779_read_mode_pins();
int k, ret = 0;