diff options
Diffstat (limited to 'drivers/usb/dwc3/debug.h')
| -rw-r--r-- | drivers/usb/dwc3/debug.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/debug.h b/drivers/usb/dwc3/debug.h index 48b44b88dc25..8bb2c9e3b9ac 100644 --- a/drivers/usb/dwc3/debug.h +++ b/drivers/usb/dwc3/debug.h @@ -414,11 +414,14 @@ 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_remove_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_remove_endpoint_dir(struct dwc3_ep *dep) +{  }  static inline void dwc3_debugfs_init(struct dwc3 *d)  {  }  static inline void dwc3_debugfs_exit(struct dwc3 *d)  |