Skip to content

Commit

Permalink
usb: musb: remove extern qualifier from musb_debug.h header
Browse files Browse the repository at this point in the history
This change removes confusing extern qualifier, which doesn't have any practical
sense there.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@nokia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Vladimir Zapolskiy authored and Felipe Balbi committed Dec 21, 2011
1 parent c6bde9b commit b0945c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/musb/musb_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b0945c0

Please sign in to comment.