]> Git Repo - linux.git/blobdiff - drivers/usb/dwc3/debug.h
ARM: ixp4xx: Delete Intel reference design boardfiles
[linux.git] / drivers / usb / dwc3 / debug.h
index d0ac89c5b3172b4659a963547d4b54e369af0d9c..d223c54115f4a16abcb8a72a5642497da33c8dea 100644 (file)
@@ -413,9 +413,12 @@ static inline const char *dwc3_gadget_generic_cmd_status_string(int status)
 
 
 #ifdef CONFIG_DEBUG_FS
+extern void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep);
 extern void dwc3_debugfs_init(struct dwc3 *d);
 extern void dwc3_debugfs_exit(struct dwc3 *d);
 #else
+static inline void dwc3_debugfs_create_endpoint_dir(struct dwc3_ep *dep)
+{  }
 static inline void dwc3_debugfs_init(struct dwc3 *d)
 {  }
 static inline void dwc3_debugfs_exit(struct dwc3 *d)
This page took 0.033181 seconds and 4 git commands to generate.