adm5120: remove __dev{init,exit} annotations
[openwrt/openwrt.git] / target / linux / adm5120 / files / drivers / usb / host / adm5120-drv.c
index 99ea9d530b6d5cc52c217ca3ca3edee157c51942..798fd2208106a3520fdfa8366531215c75022c14 100644 (file)
@@ -109,7 +109,7 @@ static void admhc_adm5120_remove(struct usb_hcd *hcd,
        usb_put_hcd(hcd);
 }
 
-static int __devinit admhc_adm5120_start(struct usb_hcd *hcd)
+static int admhc_adm5120_start(struct usb_hcd *hcd)
 {
        struct admhcd   *ahcd = hcd_to_admhcd(hcd);
        int             ret;