aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-03-20 20:11:11 +0100
committerFelipe Balbi <balbi@ti.com>2015-05-26 10:46:45 -0500
commit0cb74b3dc45a5448161eb481d4709cdda2a889fd (patch)
tree46fec70f30d19d618212ee83a2f9740027a3a82f /drivers/usb/musb/musb_core.h
parentpower: twl4030_charger: find associated phy by more reliable means. (diff)
downloadlinux-dev-0cb74b3dc45a5448161eb481d4709cdda2a889fd.tar.xz
linux-dev-0cb74b3dc45a5448161eb481d4709cdda2a889fd.zip
usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions
For some reason the musb_write_rxfun* and musb_write_rxhub* functions had a different function prototype and some extra magic needed on the caller side compared to their tx counterparts, this commit makes them work the same as their tx counterparts. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 71172266c65e..b8372f6006e3 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -250,8 +250,6 @@ struct musb_hw_ep {
void __iomem *fifo_sync_va;
#endif
- void __iomem *target_regs;
-
/* currently scheduled peripheral endpoint */
struct musb_qh *in_qh;
struct musb_qh *out_qh;