diff options
Diffstat (limited to 'drivers/usb/phy/phy-keystone.c')
-rw-r--r-- | drivers/usb/phy/phy-keystone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-keystone.c b/drivers/usb/phy/phy-keystone.c index d762003896c0..f4d722de912b 100644 --- a/drivers/usb/phy/phy-keystone.c +++ b/drivers/usb/phy/phy-keystone.c | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | #include <linux/usb/usb_phy_gen_xceiv.h> | 21 | #include <linux/usb/usb_phy_generic.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <linux/of.h> | 23 | #include <linux/of.h> |
24 | 24 | ||
@@ -35,7 +35,7 @@ | |||
35 | #define PHY_REF_SSP_EN BIT(29) | 35 | #define PHY_REF_SSP_EN BIT(29) |
36 | 36 | ||
37 | struct keystone_usbphy { | 37 | struct keystone_usbphy { |
38 | struct usb_phy_gen_xceiv usb_phy_gen; | 38 | struct usb_phy_generic usb_phy_gen; |
39 | void __iomem *phy_ctrl; | 39 | void __iomem *phy_ctrl; |
40 | }; | 40 | }; |
41 | 41 | ||