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/blackfin.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/blackfin.c')
-rw-r--r-- | drivers/usb/musb/blackfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index 611a9d274363..e8cbcc59c419 100644 --- a/drivers/usb/musb/blackfin.c +++ b/drivers/usb/musb/blackfin.c | |||
@@ -323,7 +323,7 @@ int musb_platform_set_mode(struct musb *musb, u8 musb_mode) | |||
323 | return -EIO; | 323 | return -EIO; |
324 | } | 324 | } |
325 | 325 | ||
326 | int __init musb_platform_init(struct musb *musb, void *board_data) | 326 | int __init musb_platform_init(struct musb *musb) |
327 | { | 327 | { |
328 | 328 | ||
329 | /* | 329 | /* |