From: Tony Lindgren Date: Thu, 11 Oct 2007 16:54:54 +0000 (-0700) Subject: musb_hdrc: Fix compile if CONFIG_ARCH_OMAP_OTG is not set X-Git-Tag: v2.6.23-omap1~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e71218250824cf2024ebb31085c9c7c40dd6ac4e;p=linux-2.6-omap-h63xx.git 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: Tony Lindgren --- diff --git a/arch/arm/plat-omap/usb.c b/arch/arm/plat-omap/usb.c index a5aedf964b8..81d3d81c0de 100644 --- a/arch/arm/plat-omap/usb.c +++ b/arch/arm/plat-omap/usb.c @@ -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;