Input: remove use of __devexit
[linux-2.6-block.git] / drivers / input / misc / sgi_btns.c
index 22ccd3f35607b359b4856775a7cca38950b32065..ad6415ceaf5f7c7efcefca4abd44e63cfd588b6c 100644 (file)
@@ -143,7 +143,7 @@ static int sgi_buttons_probe(struct platform_device *pdev)
        return error;
 }
 
-static int __devexit sgi_buttons_remove(struct platform_device *pdev)
+static int sgi_buttons_remove(struct platform_device *pdev)
 {
        struct device *dev = &pdev->dev;
        struct buttons_dev *bdev = dev_get_drvdata(dev);