aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/debug.c
diff options
context:
space:
mode:
authorPeter Chen <[email protected]>2015-10-23 02:33:58 +0000
committerPeter Chen <[email protected]>2015-12-24 06:15:26 +0000
commit9d8c850d02b01f3e0157a8f9859fe3f04cab68fe (patch)
tree8973c4e998ce6d32086e7678c4c0e11517916a77 /drivers/usb/chipidea/debug.c
parentusb: chipidea: udc: improve error handling on _hardware_enqueue (diff)
downloadkernel-9d8c850d02b01f3e0157a8f9859fe3f04cab68fe.tar.gz
kernel-9d8c850d02b01f3e0157a8f9859fe3f04cab68fe.zip
usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUG
Since we need to mount debugfs to show/store the things we want to debug, it is duplicated to add another configuration to enable it. Meanwhile, with CONFIG_USB_CHIPIDEA_DEBUG, we can't support chipidea debugfs at runtime. Signed-off-by: Peter Chen <[email protected]> Cc: Jun Li <[email protected]>
Diffstat (limited to 'drivers/usb/chipidea/debug.c')
-rw-r--r--drivers/usb/chipidea/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c
index 58c8485a0715..a4f7db2e18dd 100644
--- a/drivers/usb/chipidea/debug.c
+++ b/drivers/usb/chipidea/debug.c
@@ -15,7 +15,6 @@
#include "ci.h"
#include "udc.h"
#include "bits.h"
-#include "debug.h"
#include "otg.h"
/**