usb: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / ohci-omap3.c
index 6bee6f191c86cbb32e4e9c493176d8b1701cd1cd..b2398aa6c7a2027d0269abd64289ff4298a33c95 100644 (file)
@@ -125,7 +125,7 @@ static const struct hc_driver ohci_omap3_hc_driver = {
  * then invokes the start() method for the HCD associated with it
  * through the hotplug entry's driver_data.
  */
-static int __devinit ohci_hcd_omap3_probe(struct platform_device *pdev)
+static int ohci_hcd_omap3_probe(struct platform_device *pdev)
 {
        struct device           *dev = &pdev->dev;
        struct usb_hcd          *hcd = NULL;