diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-01 20:25:14 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-02 04:15:45 -0400 |
commit | d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e (patch) | |
tree | 6c8eadc6bda20d9f962554606783b506e44a3bbe /arch | |
parent | bb04e197a9dd3d5c4a02b9f7fc7ef74e8ebf3700 (diff) |
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')
-rw-r--r-- | arch/arm/mach-shmobile/board-g4evm.c | 2 |
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 */ |
120 | void usb_host_port_power(int port, int power) | 120 | static 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; |