aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2010-03-25 07:25:26 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 16:21:36 -0400
commitd7086ddb4d3c2f8007ed5e0bb1f30a06c1bb3480 (patch)
treecf11ad60691fdb751d4aea9cc7144547dcd098ae /drivers/usb/musb
parent82e2af47fe7a494fafb3f6ed39a7856c1307411b (diff)
usb: musb: Makefile: remove unexistent config option
Remove the unexistent CONFIG_USB_INVENTRA_MUSB_HAS_AHB_ID option from our Makefile. Problem reported by Sergei Shtylyov <sshtylyov@mvista.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index a1677f9955aa..9705f716386e 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -72,12 +72,6 @@ endif
72 72
73################################################################################ 73################################################################################
74 74
75# FIXME remove all these extra "-DMUSB_* things, stick to CONFIG_*
76
77ifeq ($(CONFIG_USB_INVENTRA_MUSB_HAS_AHB_ID),y)
78 EXTRA_CFLAGS += -DMUSB_AHB_ID
79endif
80
81# Debugging 75# Debugging
82 76
83ifeq ($(CONFIG_USB_MUSB_DEBUG),y) 77ifeq ($(CONFIG_USB_MUSB_DEBUG),y)