Input: remove use of __devexit
[linux-2.6-block.git] / drivers / input / keyboard / bf54x-keys.c
index 8f3c2b665382aa88a8b15ec744caae9d972fe02e..20b9fa91fb9e615ac918d020c99ec6e4c1b6aad9 100644 (file)
@@ -331,7 +331,7 @@ out:
        return error;
 }
 
-static int __devexit bfin_kpad_remove(struct platform_device *pdev)
+static int bfin_kpad_remove(struct platform_device *pdev)
 {
        struct bfin_kpad_platform_data *pdata = pdev->dev.platform_data;
        struct bf54x_kpad *bf54x_kpad = platform_get_drvdata(pdev);