From: Greg Kroah-Hartman Date: Fri, 28 Jun 2013 18:32:56 +0000 (-0700) Subject: USB: phy: remove CONFIG_USB_DEBUG usage X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8fb822c5077c30258f27308d55f0eda5e398f3b6;p=deliverable%2Flinux.git USB: phy: remove CONFIG_USB_DEBUG usage Now that no USB phy driver is using CONFIG_USB_DEBUG, remove it from the Makefile. Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index 070eca3af18b..98730ca1d5d3 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile @@ -1,9 +1,6 @@ # # Makefile for physical layer USB drivers # - -ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG - obj-$(CONFIG_USB_PHY) += phy.o obj-$(CONFIG_OF) += of.o