Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d64a1b0a authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt
Browse files

ARM: mach-shmobile: make sure static declaration on g4evm

parent bb04e197
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;