aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 69797e5b46a..6ad72f395e2 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -614,7 +614,7 @@ extern int musb_platform_get_vbus_status(struct musb *musb);
614#define musb_platform_get_vbus_status(x) 0 614#define musb_platform_get_vbus_status(x) 0
615#endif 615#endif
616 616
617extern int __init musb_platform_init(struct musb *musb, void *board_data); 617extern int __init musb_platform_init(struct musb *musb);
618extern int musb_platform_exit(struct musb *musb); 618extern int musb_platform_exit(struct musb *musb);
619 619
620#endif /* __MUSB_CORE_H__ */ 620#endif /* __MUSB_CORE_H__ */