diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-01 20:25:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-02 04:15:50 -0400 |
commit | 1c14e6cecb1811543b1016f27e5d308fbea8c08a (patch) | |
tree | e2303f343be1176dda2bec997be7fbe23a4393c7 /arch/arm/mach-shmobile/board-g3evm.c | |
parent | d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e (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.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; |