aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-04-10 21:55:50 +0200
committerFelipe Balbi <balbi@ti.com>2013-05-28 19:22:26 +0300
commit8b125df5b24cfb0ec7fa1971e343cc0badc1827d (patch)
tree3a6e6e70286650867636a9bb6eaf69d8ea36b5fb /drivers/usb/musb/musb_host.h
parentusb: musb: use musb->port_mode (diff)
downloadlinux-dev-8b125df5b24cfb0ec7fa1971e343cc0badc1827d.tar.xz
linux-dev-8b125df5b24cfb0ec7fa1971e343cc0badc1827d.zip
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>
Diffstat (limited to 'drivers/usb/musb/musb_host.h')
-rw-r--r--drivers/usb/musb/musb_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_host.h b/drivers/usb/musb/musb_host.h
index 48a4bdd8b9f9..c202d5ba684b 100644
--- a/drivers/usb/musb/musb_host.h
+++ b/drivers/usb/musb/musb_host.h
@@ -37,8 +37,6 @@
#include <linux/scatterlist.h>
-#define musb_to_hcd(MUSB) ((MUSB)->hcd)
-
/* stored in "usb_host_endpoint.hcpriv" for scheduled endpoints */
struct musb_qh {
struct usb_host_endpoint *hep; /* usbcore info */