From: Kuninori Morimoto Date: Wed, 2 Jun 2010 00:25:19 +0000 (+0000) Subject: ARM: mach-shmobile: make sure static declaration on g3evm X-Git-Tag: v2.6.36-rc1~102^2^2^2~1^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c14e6cecb1811543b1016f27e5d308fbea8c08a;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: mach-shmobile: make sure static declaration on g3evm Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- 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 @@ -100,7 +100,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;