Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3031ff3 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: marzen: keep local function as static



marzen_init_late() should be static

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ca7bb309
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);