aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-06-30 12:51:49 -0500
committerFelipe Balbi <balbi@ti.com>2015-07-29 09:59:18 -0500
commit9fcfa463e17adc48865b1a4124d48d48e0b59556 (patch)
treeaad5f7dabaffd0f856b20189107099b5a3c727a9 /drivers/usb/dwc3/Makefile
parentusb: dwc3: st: remove two unnecessary messages (diff)
downloadlinux-dev-9fcfa463e17adc48865b1a4124d48d48e0b59556.tar.xz
linux-dev-9fcfa463e17adc48865b1a4124d48d48e0b59556.zip
usb: dwc3: drop CONFIG_USB_DWC3_DEBUG
now that we have no users of dev_dbg() in dwc3, we can safely remove CONFIG_USB_DWC3_DEBUG. If dev_dbg() is ever strictly necessary - and I don't see why it would, considering we want to rely on tracepoints for debug - we will depend on DYNAMIC_PRINTK to enable such messages. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
-rw-r--r--drivers/usb/dwc3/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile
index c7076e37c4ed..acc951d46c27 100644
--- a/drivers/usb/dwc3/Makefile
+++ b/drivers/usb/dwc3/Makefile
@@ -1,8 +1,6 @@
# define_trace.h needs to know how to find our header
CFLAGS_trace.o := -I$(src)
-ccflags-$(CONFIG_USB_DWC3_DEBUG) := -DDEBUG
-
obj-$(CONFIG_USB_DWC3) += dwc3.o
dwc3-y := core.o debug.o trace.o