summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-04-17 23:33:47 -0700
committerSimon Horman <horms+renesas@verge.net.au>2013-06-07 14:26:35 +0900
commitf3031ff3f2e14f0ced4d45150316df2607b70a27 (patch)
tree517afab20a71903da4dc05bab7eb6f75dd4b0f89 /arch/arm/mach-shmobile
parentca7bb309485e4ec89a9addd47beaa1d079841b7d (diff)
downloadop-kernel-dev-f3031ff3f2e14f0ced4d45150316df2607b70a27.zip
op-kernel-dev-f3031ff3f2e14f0ced4d45150316df2607b70a27.tar.gz
ARM: shmobile: marzen: keep local function as static
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-marzen.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud