]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: eliminate musb_to_hcd
authorDaniel Mack <zonque@gmail.com>
Wed, 10 Apr 2013 19:55:50 +0000 (21:55 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 16:22:26 +0000 (19:22 +0300)
commitb00cbf3f6aa528813e4df0feaccfcddfaec77725
tree3a6e6e70286650867636a9bb6eaf69d8ea36b5fb
parente4555d18f4875248433d62999c1e52b32ce28204
usb: musb: eliminate musb_to_hcd

With the hcd is now a direct member of struct musb, we can now simply
eliminate the musb_to_hcd() macro. There aren't that many users left
anyway, as some where already fixed up when parts were factored out to
musb_host.c

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_host.c
drivers/usb/musb/musb_host.h
drivers/usb/musb/musb_virthub.c
drivers/usb/musb/omap2430.c