hwmon: remove use of __devexit
[deliverable/linux.git] / drivers / hwmon / abituguru3.c
index b8d0942a987223558e97dd1b5843d217d29936ff..205327d33c4d5f81a3cef918624b42d1f34f0c92 100644 (file)
@@ -1072,7 +1072,7 @@ abituguru3_probe_error:
        return res;
 }
 
-static int __devexit abituguru3_remove(struct platform_device *pdev)
+static int abituguru3_remove(struct platform_device *pdev)
 {
        int i;
        struct abituguru3_data *data = platform_get_drvdata(pdev);
This page took 0.027179 seconds and 5 git commands to generate.