gpio: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-max7301.c
index cf5d5b3a0e0b3b3b1d42135d3a32b98d2ffebd22..c6c535c1310e76e172ae7874a8ac92eed7b67e02 100644 (file)
@@ -75,7 +75,7 @@ static int max7301_probe(struct spi_device *spi)
        return ret;
 }
 
-static int __devexit max7301_remove(struct spi_device *spi)
+static int max7301_remove(struct spi_device *spi)
 {
        return __max730x_remove(&spi->dev);
 }