aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g4evm.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-06-02 00:25:14 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-06-02 17:15:45 +0900
commitd64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e (patch)
tree6c8eadc6bda20d9f962554606783b506e44a3bbe /arch/arm/mach-shmobile/board-g4evm.c
parentbb04e197a9dd3d5c4a02b9f7fc7ef74e8ebf3700 (diff)
downloadkernel_samsung_smdk4412-d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e.zip
kernel_samsung_smdk4412-d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e.tar.gz
kernel_samsung_smdk4412-d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e.tar.bz2
ARM: mach-shmobile: make sure static declaration on g4evm
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-g4evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-g4evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g4evm.c b/arch/arm/mach-shmobile/board-g4evm.c
index e256b7c..2c3ff6f 100644
--- a/arch/arm/mach-shmobile/board-g4evm.c
+++ b/arch/arm/mach-shmobile/board-g4evm.c
@@ -117,7 +117,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;