summaryrefslogtreecommitdiff
path: root/drivers/usb/c67x00/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-19 15:41:41 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-20 11:46:19 -0800
commitbee53637e5836a7cc642ca036e44bd77caf7bc35 (patch)
tree40885e3adaac7699ca8b1353afe3c45e2876a81c /drivers/usb/c67x00/Makefile
parent1ce0fd15be2888569d4cea25fbd548f5f91c23a1 (diff)
USB: c67x00: remove CONFIG_USB_DEBUG dependancy
This removes the usage of CONFIG_USB_DEBUG in the c67x00 driver. There was only one place, where the TD was dumped to the kernel log, and that was using the dynamic debug infrastructure already, with the exception of the call to print_hex_dump(). So move everything to the dynamic debug infrastructure, including one odd printk(KERN_DEBUG...) line that looks like it was forgotten about a long time ago. Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/c67x00/Makefile')
-rw-r--r--drivers/usb/c67x00/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/c67x00/Makefile b/drivers/usb/c67x00/Makefile
index b1218683c8ec..da5f314a5de0 100644
--- a/drivers/usb/c67x00/Makefile
+++ b/drivers/usb/c67x00/Makefile
@@ -2,8 +2,6 @@
# Makefile for Cypress C67X00 USB Controller
#
-ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
-
obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o
c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o