]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/hwmon/ad7314.c
hwmon: remove use of __devexit_p
[mirror_ubuntu-artful-kernel.git] / drivers / hwmon / ad7314.c
index 37c01e72d6993609de58034a15d1bad42ce1279f..fdda321c60669c69072c16550a7470f6624129e3 100644 (file)
@@ -159,7 +159,7 @@ static struct spi_driver ad7314_driver = {
                .owner = THIS_MODULE,
        },
        .probe = ad7314_probe,
-       .remove = __devexit_p(ad7314_remove),
+       .remove = ad7314_remove,
        .id_table = ad7314_id,
 };