diff options
Diffstat (limited to 'drivers/usb/host/ohci-spear.c')
-rw-r--r-- | drivers/usb/host/ohci-spear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/host/ohci-spear.c index b7fc2fc56c84..9020bf0e2eca 100644 --- a/drivers/usb/host/ohci-spear.c +++ b/drivers/usb/host/ohci-spear.c | |||
@@ -216,7 +216,7 @@ static int spear_ohci_hcd_drv_resume(struct platform_device *dev) | |||
216 | } | 216 | } |
217 | #endif | 217 | #endif |
218 | 218 | ||
219 | static struct of_device_id spear_ohci_id_table[] __devinitdata = { | 219 | static struct of_device_id spear_ohci_id_table[] = { |
220 | { .compatible = "st,spear600-ohci", }, | 220 | { .compatible = "st,spear600-ohci", }, |
221 | { }, | 221 | { }, |
222 | }; | 222 | }; |