hwmon: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / lm78.c
index 181d756badc595cbc81b252e7c9c9968af051574..53d6ee8ffa3370e9cfc1e60049d9704e2eb5a7f2 100644 (file)
@@ -886,7 +886,7 @@ static int lm78_isa_probe(struct platform_device *pdev)
        return err;
 }
 
-static int __devexit lm78_isa_remove(struct platform_device *pdev)
+static int lm78_isa_remove(struct platform_device *pdev)
 {
        struct lm78_data *data = platform_get_drvdata(pdev);