summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2013-06-28 20:32:56 +0200
committerGreg Kroah-Hartman2013-07-24 01:34:50 +0200
commit8fb822c5077c30258f27308d55f0eda5e398f3b6 (patch)
tree34fd202a33589db3dd149dd1aa499f4cfd64e3f4 /drivers/usb/phy
parentUSB: phy: remove custom DBG macro (diff)
downloadkernel-qcow2-linux-8fb822c5077c30258f27308d55f0eda5e398f3b6.tar.gz
kernel-qcow2-linux-8fb822c5077c30258f27308d55f0eda5e398f3b6.tar.xz
kernel-qcow2-linux-8fb822c5077c30258f27308d55f0eda5e398f3b6.zip
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 <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/Makefile3
1 files changed, 0 insertions, 3 deletions
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