]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/hwmon/max197.c
hwmon: remove use of __devexit_p
[mirror_ubuntu-artful-kernel.git] / drivers / hwmon / max197.c
index 6304f2616fa73128f556f2462c537f94dcf0a77a..170e1b28128baafa6785920ccf08e78cf79de5cf 100644 (file)
@@ -339,7 +339,7 @@ static struct platform_driver max197_driver = {
                .owner = THIS_MODULE,
        },
        .probe = max197_probe,
-       .remove = __devexit_p(max197_remove),
+       .remove = max197_remove,
        .id_table = max197_device_ids,
 };
 module_platform_driver(max197_driver);