diff mbox

[5/5] ARM: shmobile: marzen: keep local function as static

Message ID 1370503703-31024-6-git-send-email-horms+renesas@verge.net.au (mailing list archive)
State Superseded
Commit f3031ff3f2e14f0ced4d45150316df2607b70a27
Headers show

Commit Message

Simon Horman June 6, 2013, 7:28 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

marzen_init_late() should be static

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-marzen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c
index 9105285..d9c494e 100644
--- a/arch/arm/mach-shmobile/board-marzen.c
+++ b/arch/arm/mach-shmobile/board-marzen.c
@@ -349,7 +349,7 @@  static struct platform_device *marzen_late_devices[] __initdata = {
 	&ohci1_device,
 };
 
-void __init marzen_init_late(void)
+static void __init marzen_init_late(void)
 {
 	/* get usb phy */
 	phy = usb_get_phy(USB_PHY_TYPE_USB2);