diff options
Diffstat (limited to 'drivers/usb/otg/twl6030-usb.c')
-rw-r--r-- | drivers/usb/otg/twl6030-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/twl6030-usb.c b/drivers/usb/otg/twl6030-usb.c index 8a91b4b832a1..6e920de64ef6 100644 --- a/drivers/usb/otg/twl6030-usb.c +++ b/drivers/usb/otg/twl6030-usb.c | |||
@@ -101,7 +101,7 @@ struct twl6030_usb { | |||
101 | bool irq_enabled; | 101 | bool irq_enabled; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | #define xceiv_to_twl(x) container_of((x), struct twl6030_usb, otg); | 104 | #define xceiv_to_twl(x) container_of((x), struct twl6030_usb, otg) |
105 | 105 | ||
106 | /*-------------------------------------------------------------------------*/ | 106 | /*-------------------------------------------------------------------------*/ |
107 | 107 | ||