diff options
Diffstat (limited to 'drivers/usb/dwc2/debug.h')
-rw-r--r-- | drivers/usb/dwc2/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc2/debug.h b/drivers/usb/dwc2/debug.h index 12dbd1daec87..8222783e6822 100644 --- a/drivers/usb/dwc2/debug.h +++ b/drivers/usb/dwc2/debug.h | |||
@@ -17,8 +17,8 @@ | |||
17 | #include "core.h" | 17 | #include "core.h" |
18 | 18 | ||
19 | #ifdef CONFIG_DEBUG_FS | 19 | #ifdef CONFIG_DEBUG_FS |
20 | extern int dwc2_debugfs_init(struct dwc2_hsotg *); | 20 | int dwc2_debugfs_init(struct dwc2_hsotg *hsotg); |
21 | extern void dwc2_debugfs_exit(struct dwc2_hsotg *); | 21 | void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg); |
22 | #else | 22 | #else |
23 | static inline int dwc2_debugfs_init(struct dwc2_hsotg *hsotg) | 23 | static inline int dwc2_debugfs_init(struct dwc2_hsotg *hsotg) |
24 | { return 0; } | 24 | { return 0; } |