From d7086ddb4d3c2f8007ed5e0bb1f30a06c1bb3480 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 25 Mar 2010 13:25:26 +0200 Subject: [PATCH] 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 --- drivers/usb/musb/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index a1677f9955a..9705f716386 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) -- 2.39.3