]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: debug: move dwc3_ep0_state_string() to debug.h
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Sep 2016 10:22:21 +0000 (13:22 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 31 Oct 2016 09:17:34 +0000 (11:17 +0200)
commitcdd72ac20b4a769ad2aaf98223f853c719c5eda7
tree1bf7116879d5ee53e768203a4d56596fbdc078bb
parent8566cd1adf295d5b94e0ba9b4ae66d89c50542d5
usb: dwc3: debug: move dwc3_ep0_state_string() to debug.h

We will be using dwc3_ep0_state_string() from within
our tracepoints, so we need to move that helper to
debug.h in order for it to be accessible.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/debug.h
drivers/usb/dwc3/ep0.c