diff options
Diffstat (limited to 'drivers/usb/host/ehci-orion.c')
-rw-r--r-- | drivers/usb/host/ehci-orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-orion.c b/drivers/usb/host/ehci-orion.c index 9d487908012e..17dc15407a07 100644 --- a/drivers/usb/host/ehci-orion.c +++ b/drivers/usb/host/ehci-orion.c | |||
@@ -187,7 +187,7 @@ ehci_orion_conf_mbus_windows(struct usb_hcd *hcd, | |||
187 | } | 187 | } |
188 | } | 188 | } |
189 | 189 | ||
190 | static int __init ehci_orion_drv_probe(struct platform_device *pdev) | 190 | static int __devinit ehci_orion_drv_probe(struct platform_device *pdev) |
191 | { | 191 | { |
192 | struct orion_ehci_data *pd = pdev->dev.platform_data; | 192 | struct orion_ehci_data *pd = pdev->dev.platform_data; |
193 | struct resource *res; | 193 | struct resource *res; |