diff options
Diffstat (limited to 'drivers/usb/host/ehci-omap.c')
-rw-r--r-- | drivers/usb/host/ehci-omap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 99899e808c6a..0555ee42d7cb 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
@@ -107,7 +107,7 @@ static int omap_ehci_init(struct usb_hcd *hcd) | |||
107 | { | 107 | { |
108 | struct ehci_hcd *ehci = hcd_to_ehci(hcd); | 108 | struct ehci_hcd *ehci = hcd_to_ehci(hcd); |
109 | int rc; | 109 | int rc; |
110 | struct ehci_hcd_omap_platform_data *pdata; | 110 | struct usbhs_omap_platform_data *pdata; |
111 | 111 | ||
112 | pdata = hcd->self.controller->platform_data; | 112 | pdata = hcd->self.controller->platform_data; |
113 | 113 | ||
@@ -151,7 +151,7 @@ static int omap_ehci_init(struct usb_hcd *hcd) | |||
151 | } | 151 | } |
152 | 152 | ||
153 | static void disable_put_regulator( | 153 | static void disable_put_regulator( |
154 | struct ehci_hcd_omap_platform_data *pdata) | 154 | struct usbhs_omap_platform_data *pdata) |
155 | { | 155 | { |
156 | int i; | 156 | int i; |
157 | 157 | ||
@@ -176,7 +176,7 @@ static void disable_put_regulator( | |||
176 | static int ehci_hcd_omap_probe(struct platform_device *pdev) | 176 | static int ehci_hcd_omap_probe(struct platform_device *pdev) |
177 | { | 177 | { |
178 | struct device *dev = &pdev->dev; | 178 | struct device *dev = &pdev->dev; |
179 | struct ehci_hcd_omap_platform_data *pdata = dev->platform_data; | 179 | struct usbhs_omap_platform_data *pdata = dev->platform_data; |
180 | struct resource *res; | 180 | struct resource *res; |
181 | struct usb_hcd *hcd; | 181 | struct usb_hcd *hcd; |
182 | void __iomem *regs; | 182 | void __iomem *regs; |