mtd: remove use of __devexit
[deliverable/linux.git] / drivers / mtd / devices / sst25l.c
index e4f233941bf60850ee87b8d764544d0559e3b3ea..8091b016369430c0975835be79d3a6c381363846 100644 (file)
@@ -411,7 +411,7 @@ static int sst25l_probe(struct spi_device *spi)
        return 0;
 }
 
-static int __devexit sst25l_remove(struct spi_device *spi)
+static int sst25l_remove(struct spi_device *spi)
 {
        struct sst25l_flash *flash = dev_get_drvdata(&spi->dev);
        int ret;
This page took 0.027934 seconds and 5 git commands to generate.