Commit e7121825 authored by Tony Lindgren's avatar Tony Lindgren

musb_hdrc: Fix compile if CONFIG_ARCH_OMAP_OTG is not set

Fix compile if CONFIG_ARCH_OMAP_OTG is not set
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 318068ca
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
#ifdef CONFIG_ARCH_OMAP_OTG #if defined(CONFIG_ARCH_OMAP_OTG) || defined(CONFIG_USB_MUSB_OTG)
static struct otg_transceiver *xceiv; static struct otg_transceiver *xceiv;
......
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