]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - drivers/usb/host/ehci-xilinx-of.c
usb: remove use of __devinit
[mirror_ubuntu-focal-kernel.git] / drivers / usb / host / ehci-xilinx-of.c
index 6a3f921a5d7683f1434e972a4b59c5fabf470dbc..4f285e8e404a9c0a7a924c6a80cb0d963be856ae 100644 (file)
@@ -125,7 +125,7 @@ static const struct hc_driver ehci_xilinx_of_hc_driver = {
  * as HS only or HS/FS only, it checks the configuration in the device tree
  * entry, and sets an appropriate value for hcd->has_tt.
  */
-static int __devinit ehci_hcd_xilinx_of_probe(struct platform_device *op)
+static int ehci_hcd_xilinx_of_probe(struct platform_device *op)
 {
        struct device_node *dn = op->dev.of_node;
        struct usb_hcd *hcd;