diff options
Diffstat (limited to 'drivers/usb/phy/phy-fsl-usb.h')
-rw-r--r-- | drivers/usb/phy/phy-fsl-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-fsl-usb.h b/drivers/usb/phy/phy-fsl-usb.h index 5986c96354df..23149954a09c 100644 --- a/drivers/usb/phy/phy-fsl-usb.h +++ b/drivers/usb/phy/phy-fsl-usb.h | |||
@@ -298,7 +298,7 @@ | |||
298 | /* SE0 Time Before SRP */ | 298 | /* SE0 Time Before SRP */ |
299 | #define TB_SE0_SRP (2) /* b_idle,minimum 2 ms, section:5.3.2 */ | 299 | #define TB_SE0_SRP (2) /* b_idle,minimum 2 ms, section:5.3.2 */ |
300 | 300 | ||
301 | #define SET_OTG_STATE(otg_ptr, newstate) ((otg_ptr)->state = newstate) | 301 | #define SET_OTG_STATE(phy, newstate) ((phy)->otg->state = newstate) |
302 | 302 | ||
303 | struct usb_dr_mmap { | 303 | struct usb_dr_mmap { |
304 | /* Capability register */ | 304 | /* Capability register */ |