hwmon: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / ads7871.c
index 41a7837585fcd93191e0311f2adce138f9fcd4fc..a79875986f911a62d4aeb8fd61a4081dff2d9356 100644 (file)
@@ -225,7 +225,7 @@ error_remove:
        return err;
 }
 
-static int __devexit ads7871_remove(struct spi_device *spi)
+static int ads7871_remove(struct spi_device *spi)
 {
        struct ads7871_data *pdata = spi_get_drvdata(spi);