ARM: shmobile: marzen: keep local function as static
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 18 Apr 2013 06:33:47 +0000 (23:33 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 7 Jun 2013 05:26:35 +0000 (14:26 +0900)
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

index 71f174e129322ba63c27787811f19b635ef607bb..9b5ed7eb0315e0c05f3dfd7aee5f9a0736552925 100644 (file)
@@ -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);
This page took 0.029706 seconds and 5 git commands to generate.