Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0945c07 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Felipe Balbi
Browse files

usb: musb: remove extern qualifier from musb_debug.h header



This change removes confusing extern qualifier, which doesn't have any practical
sense there.

Signed-off-by: default avatarVladimir Zapolskiy <vladimir.zapolskiy@nokia.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent c6bde9b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@
#define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args)

#ifdef CONFIG_DEBUG_FS
extern int musb_init_debugfs(struct musb *musb);
extern void musb_exit_debugfs(struct musb *musb);
int musb_init_debugfs(struct musb *musb);
void musb_exit_debugfs(struct musb *musb);
#else
static inline int musb_init_debugfs(struct musb *musb)
{