diff options
author | Felipe Balbi <balbi@ti.com> | 2011-05-02 12:45:05 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-05-18 13:39:47 +0300 |
commit | a6d28523dbe6dc5bf3fc6a9078a69de6873c511e (patch) | |
tree | d66b21decbce41fd532e2238e0c1e31fd7862f41 /arch/arm/mach-omap2/omap_phy_internal.c | |
parent | 1f15848807c20762017da29fa1dac64fb67b8128 (diff) | |
download | blackbird-op-linux-a6d28523dbe6dc5bf3fc6a9078a69de6873c511e.tar.gz blackbird-op-linux-a6d28523dbe6dc5bf3fc6a9078a69de6873c511e.zip |
usb: musb: am35x: fix compile error when building am35x
am35x_musb_set_mode() was redefined. Fix it.
Reported-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_phy_internal.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_phy_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_phy_internal.c b/arch/arm/mach-omap2/omap_phy_internal.c index 05f6abc96b0d..eff6e248b562 100644 --- a/arch/arm/mach-omap2/omap_phy_internal.c +++ b/arch/arm/mach-omap2/omap_phy_internal.c @@ -228,7 +228,7 @@ void am35x_musb_clear_irq(void) regval = omap_ctrl_readl(AM35XX_CONTROL_LVL_INTR_CLEAR); } -void am35x_musb_set_mode(u8 musb_mode) +void am35x_set_mode(u8 musb_mode) { u32 devconf2 = omap_ctrl_readl(AM35XX_CONTROL_DEVCONF2); |