diff options
Diffstat (limited to 'drivers/usb/musb/musb_debug.h')
-rw-r--r-- | drivers/usb/musb/musb_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_debug.h b/drivers/usb/musb/musb_debug.h index 742eada5002e..27ba8f799462 100644 --- a/drivers/usb/musb/musb_debug.h +++ b/drivers/usb/musb/musb_debug.h | |||
@@ -43,8 +43,8 @@ | |||
43 | #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) | 43 | #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) |
44 | 44 | ||
45 | #ifdef CONFIG_DEBUG_FS | 45 | #ifdef CONFIG_DEBUG_FS |
46 | extern int musb_init_debugfs(struct musb *musb); | 46 | int musb_init_debugfs(struct musb *musb); |
47 | extern void musb_exit_debugfs(struct musb *musb); | 47 | void musb_exit_debugfs(struct musb *musb); |
48 | #else | 48 | #else |
49 | static inline int musb_init_debugfs(struct musb *musb) | 49 | static inline int musb_init_debugfs(struct musb *musb) |
50 | { | 50 | { |