]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mach-shmobile: make sure static declaration on g3evm
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 2 Jun 2010 00:25:19 +0000 (00:25 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 2 Jun 2010 08:15:50 +0000 (17:15 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-g3evm.c

index a8f20cb0b7d2adb0807d6b977298b097723c0ce5..95ccb949d5d98173782b737c8c44386ba62fe1f5 100644 (file)
@@ -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;