Skip to content

Commit

Permalink
ARM: mach-shmobile: make sure static declaration on g4evm
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Jun 2, 2010
1 parent bb04e19 commit d64a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-g4evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d64a1b0

Please sign in to comment.