From: Felipe Balbi Date: Thu, 25 Mar 2010 11:25:26 +0000 (+0200) Subject: usb: musb: Makefile: remove unexistent config option X-Git-Tag: firefly_0821_release~9833^2~2085^2~164 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7086ddb4d3c2f8007ed5e0bb1f30a06c1bb3480;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- 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 ################################################################################ -# FIXME remove all these extra "-DMUSB_* things, stick to CONFIG_* - -ifeq ($(CONFIG_USB_INVENTRA_MUSB_HAS_AHB_ID),y) - EXTRA_CFLAGS += -DMUSB_AHB_ID -endif - # Debugging ifeq ($(CONFIG_USB_MUSB_DEBUG),y)