From: Kuninori Morimoto Date: Thu, 18 Apr 2013 06:33:47 +0000 (-0700) Subject: ARM: shmobile: marzen: keep local function as static X-Git-Tag: upstream/snapshot3+hdmi~4841^2~1^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3031ff3f2e14f0ced4d45150316df2607b70a27;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: marzen: keep local function as static marzen_init_late() should be static Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index 71f174e..9b5ed7e 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@ -350,7 +350,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);