usb: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / usb / chipidea / ci13xxx_msm.c
index e8a8ba36b101b3df4289f01db5daf2ef34abbe09..7d16681fd3d24fac13552955c090a90157f66ec2 100644 (file)
@@ -77,7 +77,7 @@ static int ci13xxx_msm_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit ci13xxx_msm_remove(struct platform_device *pdev)
+static int ci13xxx_msm_remove(struct platform_device *pdev)
 {
        struct platform_device *plat_ci = platform_get_drvdata(pdev);