Explorar o código

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>
Kuninori Morimoto %!s(int64=15) %!d(string=hai) anos
pai
achega
d64a1b0abd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/arm/mach-shmobile/board-g4evm.c

+ 1 - 1
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;