aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e256b7cc4275..2c3ff6f7f34c 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 = {
117}; 117};
118 118
119/* USBHS */ 119/* USBHS */
120void usb_host_port_power(int port, int power) 120static void usb_host_port_power(int port, int power)
121{ 121{
122 if (!power) /* only power-on supported for now */ 122 if (!power) /* only power-on supported for now */
123 return; 123 return;