]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/pwm/pwm-mxs.c
pwm: remove use of __devexit
[mirror_ubuntu-zesty-kernel.git] / drivers / pwm / pwm-mxs.c
index 4262d15231d075e693dd32d63a186d1f0780889c..7ec345f01831cf216732236709b3b00be603a780 100644 (file)
@@ -174,7 +174,7 @@ static int mxs_pwm_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit mxs_pwm_remove(struct platform_device *pdev)
+static int mxs_pwm_remove(struct platform_device *pdev)
 {
        struct mxs_pwm_chip *mxs = platform_get_drvdata(pdev);