mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
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>
This commit is contained in:
parent
bb04e197a9
commit
d64a1b0abd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user