diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index a48c89e96988..788059a108e5 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
| @@ -106,7 +106,7 @@ struct usb_hcd { | |||
| 106 | * OTG and some Host controllers need software interaction with phys; | 106 | * OTG and some Host controllers need software interaction with phys; |
| 107 | * other external phys should be software-transparent | 107 | * other external phys should be software-transparent |
| 108 | */ | 108 | */ |
| 109 | struct usb_phy *phy; | 109 | struct usb_phy *usb_phy; |
| 110 | 110 | ||
| 111 | /* Flags that need to be manipulated atomically because they can | 111 | /* Flags that need to be manipulated atomically because they can |
| 112 | * change while the host controller is running. Always use | 112 | * change while the host controller is running. Always use |
