Hello.

Maulik Mankad wrote:
This patch adds CONFIG_ARCH_OMAP4 macro within MUSB driver
code and builds the MUSB driver for OMAP4.

Signed-off-by: Maulik Mankad <x0082...@ti.com>
Cc: Felipe Balbi <felipe.ba...@nokia.com>
Cc: Greg Kroah-Hartman <gre...@suse.de>
Cc: David Brownell <davi...@pacbell.net>
---
Index: mainline/drivers/usb/musb/Makefile
===================================================================
--- mainline.orig/drivers/usb/musb/Makefile
+++ mainline/drivers/usb/musb/Makefile
@@ -22,6 +22,10 @@ ifeq ($(CONFIG_ARCH_OMAP3430),y)
        musb_hdrc-objs  += omap2430.o
 endif
+ifeq ($(CONFIG_ARCH_OMAP4),y)
+       musb_hdrc-objs  += omap2430.o
+endif
+
 ifeq ($(CONFIG_BF54x),y)
        musb_hdrc-objs  += blackfin.o
 endif

I think this should be combined with patch 2/4 which doesn't make much sense otherwise...

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to