misc: remove use of __devexit
[deliverable/linux.git] / drivers / misc / eeprom / at25.c
index fcb237e9bb1afdd02842cc18a097b63a5303d8bc..b08cf8a087891c47f17995598ad205626d588bad 100644 (file)
@@ -459,7 +459,7 @@ fail:
        return err;
 }
 
-static int __devexit at25_remove(struct spi_device *spi)
+static int at25_remove(struct spi_device *spi)
 {
        struct at25_data        *at25;
 
This page took 0.030914 seconds and 5 git commands to generate.