From d64a1b0abd4e10a76fff0af0c23e9a80f1b30d2e Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Wed, 2 Jun 2010 00:25:14 +0000 Subject: [PATCH] ARM: mach-shmobile: make sure static declaration on g4evm Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- arch/arm/mach-shmobile/board-g4evm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1