diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-02 00:25:14 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-02 17:15:45 +0900 |
commit | d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e (patch) | |
tree | 6c8eadc6bda20d9f962554606783b506e44a3bbe /arch/arm/mach-shmobile/board-g4evm.c | |
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/arm/mach-shmobile/board-g4evm.c')
-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 = { }; /* 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; |