Input: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / input / keyboard / pmic8xxx-keypad.c
index fa177aba5dbec625a76920f4333f925dee0518f6..74339e139d431c83e553d8e0fcf2a10726b4f40d 100644 (file)
@@ -712,7 +712,7 @@ err_alloc_device:
        return rc;
 }
 
-static int __devexit pmic8xxx_kp_remove(struct platform_device *pdev)
+static int pmic8xxx_kp_remove(struct platform_device *pdev)
 {
        struct pmic8xxx_kp *kp = platform_get_drvdata(pdev);