diff options
| author | Felipe Balbi <balbi@ti.com> | 2015-01-27 14:48:14 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 15:00:10 -0500 |
| commit | 73815280a5af8d95e818eb25f4091e86497dfa4b (patch) | |
| tree | e49ef700d5c68e40781bc0f667435e015563f475 /drivers/usb/dwc3/Makefile | |
| parent | 6bac4ff0a52262faea4649dc8142962767f88b82 (diff) | |
usb: dwc3: remove reliance on dev_vdbg()
By moving all dev_vdbg() to tracepoints, we
can finally get rid of dev_vdbg() usage from
dwc3.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
| -rw-r--r-- | drivers/usb/dwc3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile index bb34fbcfeab3..46172f47f02d 100644 --- a/drivers/usb/dwc3/Makefile +++ b/drivers/usb/dwc3/Makefile | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | CFLAGS_trace.o := -I$(src) | 2 | CFLAGS_trace.o := -I$(src) |
| 3 | 3 | ||
| 4 | ccflags-$(CONFIG_USB_DWC3_DEBUG) := -DDEBUG | 4 | ccflags-$(CONFIG_USB_DWC3_DEBUG) := -DDEBUG |
| 5 | ccflags-$(CONFIG_USB_DWC3_VERBOSE) += -DVERBOSE_DEBUG | ||
| 6 | 5 | ||
| 7 | obj-$(CONFIG_USB_DWC3) += dwc3.o | 6 | obj-$(CONFIG_USB_DWC3) += dwc3.o |
| 8 | 7 | ||
