From: Kuninori Morimoto Date: Wed, 2 Jun 2010 00:25:14 +0000 (+0000) Subject: ARM: mach-shmobile: make sure static declaration on g4evm X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e;p=deliverable%2Flinux.git ARM: mach-shmobile: make sure static declaration on g4evm Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- 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;