diff options
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r-- | drivers/usb/musb/musb_core.h | 2 |
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 | ||
617 | extern int __init musb_platform_init(struct musb *musb, void *board_data); | 617 | extern int __init musb_platform_init(struct musb *musb); |
618 | extern int musb_platform_exit(struct musb *musb); | 618 | extern int musb_platform_exit(struct musb *musb); |
619 | 619 | ||
620 | #endif /* __MUSB_CORE_H__ */ | 620 | #endif /* __MUSB_CORE_H__ */ |