diff options
author | Hema Kalliguddi <hemahk@ti.com> | 2010-09-22 20:27:40 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-01 03:56:33 -0500 |
commit | ea65df57c2eea803535a071752efb030c46a11f5 (patch) | |
tree | 33284e6cc39a6d6b76528089c92b6cc103246cc6 /drivers/usb/musb/davinci.c | |
parent | 0ae86689d88bebba16c2db899f845446578d53b3 (diff) |
usb: musb: remove board_data parameter from musb_platform_init()
Removed the board_data parameter being
passed to musb_platform_init function
as board_data can be extracted from
device structure which is already member
of musb structure.
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Hema HK <hemahk@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/davinci.c')
-rw-r--r-- | drivers/usb/musb/davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 6e67629f50cc..051e2bf1897a 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c | |||
@@ -376,7 +376,7 @@ int musb_platform_set_mode(struct musb *musb, u8 mode) | |||
376 | return -EIO; | 376 | return -EIO; |
377 | } | 377 | } |
378 | 378 | ||
379 | int __init musb_platform_init(struct musb *musb, void *board_data) | 379 | int __init musb_platform_init(struct musb *musb) |
380 | { | 380 | { |
381 | void __iomem *tibase = musb->ctrl_base; | 381 | void __iomem *tibase = musb->ctrl_base; |
382 | u32 revision; | 382 | u32 revision; |