gpio: max7301: add missing __devexit marking
[safe/jmp/linux-2.6] / drivers / gpio / max7301.c
index 3e7f4e0..7b82eaa 100644 (file)
@@ -287,7 +287,7 @@ exit_destroy:
        return ret;
 }
 
-static int max7301_remove(struct spi_device *spi)
+static int __devexit max7301_remove(struct spi_device *spi)
 {
        struct max7301 *ts;
        int ret;