Commit bde49e59 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Tony Lindgren

ARM: OMAP1: USB: make omap_otg_init() static

Make omap_otg_init() static.
Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7e600cad
......@@ -10,8 +10,6 @@
#include <linux/platform_data/usb-omap1.h>
void omap_otg_init(struct omap_usb_config *config);
#if IS_ENABLED(CONFIG_USB)
void omap1_usb_init(struct omap_usb_config *pdata);
#else
......
......@@ -58,7 +58,7 @@
#ifdef CONFIG_ARCH_OMAP_OTG
void __init
static void __init
omap_otg_init(struct omap_usb_config *config)
{
u32 syscon;
......@@ -166,7 +166,7 @@ omap_otg_init(struct omap_usb_config *config)
}
#else
void omap_otg_init(struct omap_usb_config *config) {}
static void omap_otg_init(struct omap_usb_config *config) {}
#endif
#if IS_ENABLED(CONFIG_USB_OMAP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment