Input: remove use of __devexit
[linux-2.6-block.git] / drivers / input / keyboard / adp5520-keys.c
index 64de9652398fcfde82d5d5723dc7446b726df4ba..ef26b17fb159d411111d5c479c4b6d753846a61a 100644 (file)
@@ -182,7 +182,7 @@ err:
        return ret;
 }
 
-static int __devexit adp5520_keys_remove(struct platform_device *pdev)
+static int adp5520_keys_remove(struct platform_device *pdev)
 {
        struct adp5520_keys *dev = platform_get_drvdata(pdev);