]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - drivers/usb/host/fhci-hcd.c
usb: remove use of __devinit
[mirror_ubuntu-focal-kernel.git] / drivers / usb / host / fhci-hcd.c
index 92f4b99a3ab23f098aa966efe2c3c89e8719308d..618f143748a54efa75c207df94132d13c6a4f251 100644 (file)
@@ -561,7 +561,7 @@ static const struct hc_driver fhci_driver = {
        .hub_control = fhci_hub_control,
 };
 
-static int __devinit of_fhci_probe(struct platform_device *ofdev)
+static int of_fhci_probe(struct platform_device *ofdev)
 {
        struct device *dev = &ofdev->dev;
        struct device_node *node = dev->of_node;