Input: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / input / keyboard / w90p910_keypad.c
index 7574e10ef09743ec1ed868957fb847deccf93596..ee163bee8cce3c32e2ec3a50181dd4d1c56fafdb 100644 (file)
@@ -234,7 +234,7 @@ failed_free:
        return error;
 }
 
-static int __devexit w90p910_keypad_remove(struct platform_device *pdev)
+static int w90p910_keypad_remove(struct platform_device *pdev)
 {
        struct w90p910_keypad *keypad = platform_get_drvdata(pdev);
        struct resource *res;