Kuninori Morimoto | 2 Jun 2010 02:25
Gravatar

[PATCH 3/3] ARM: mach-shmobile: make sure static declaration on g3evm

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx <at> renesas.com>
---
 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 a8f20cb..95ccb94 100644
--- a/arch/arm/mach-shmobile/board-g3evm.c
+++ b/arch/arm/mach-shmobile/board-g3evm.c
 <at>  <at>  -100,7 +100,7  <at>  <at>  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;
--

-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane