summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-g3evm.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-06-02 00:25:19 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-06-02 17:15:50 +0900
commit1c14e6cecb1811543b1016f27e5d308fbea8c08a (patch)
treee2303f343be1176dda2bec997be7fbe23a4393c7 /arch/arm/mach-shmobile/board-g3evm.c
parentd64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e (diff)
ARM: mach-shmobile: make sure static declaration on g3evm
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-g3evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-g3evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c
index a8f20cb0b7d..95ccb949d5d 100644
--- a/arch/arm/mach-shmobile/board-g3evm.c
+++ b/arch/arm/mach-shmobile/board-g3evm.c
@@ -100,7 +100,7 @@ static struct platform_device nor_flash_device = {
};
/* USBHS */
-void usb_host_port_power(int port, int power)
+static void usb_host_port_power(int port, int power)
{
if (!power) /* only power-on supported for now */
return;