diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-g3evm.c | 2 |
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 a8f20cb0b7d2..95ccb949d5d9 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 = { | |||
100 | }; | 100 | }; |
101 | 101 | ||
102 | /* USBHS */ | 102 | /* USBHS */ |
103 | void usb_host_port_power(int port, int power) | 103 | static void usb_host_port_power(int port, int power) |
104 | { | 104 | { |
105 | if (!power) /* only power-on supported for now */ | 105 | if (!power) /* only power-on supported for now */ |
106 | return; | 106 | return; |