hwmon: remove use of __devexit
[deliverable/linux.git] / drivers / hwmon / w83627ehf.c
index 09e17ff6163cfbb3e2ebe8718312a96627748831..55ac41c055610a862e5cc26369b47b595bdd426d 100644 (file)
@@ -2596,7 +2596,7 @@ exit:
        return err;
 }
 
-static int __devexit w83627ehf_remove(struct platform_device *pdev)
+static int w83627ehf_remove(struct platform_device *pdev)
 {
        struct w83627ehf_data *data = platform_get_drvdata(pdev);
 
This page took 0.026711 seconds and 5 git commands to generate.