]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/hwmon/lm78.c
hwmon: remove use of __devexit_p
[mirror_ubuntu-zesty-kernel.git] / drivers / hwmon / lm78.c
index c6ffafe600ad30b8636d2197fe3276ce44fe0190..1dc3433d2acd248ab31484401c98c6f08141b88d 100644 (file)
@@ -903,7 +903,7 @@ static struct platform_driver lm78_isa_driver = {
                .name   = "lm78",
        },
        .probe          = lm78_isa_probe,
-       .remove         = __devexit_p(lm78_isa_remove),
+       .remove         = lm78_isa_remove,
 };
 
 /* return 1 if a supported chip is found, 0 otherwise */