gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-max7301.c
index 31bf49d73f5fcd18b6fad35e295cf89817b7d8c9..cf5d5b3a0e0b3b3b1d42135d3a32b98d2ffebd22 100644 (file)
@@ -50,7 +50,7 @@ static int max7301_spi_read(struct device *dev, unsigned int reg)
        return word & 0xff;
 }
 
-static int __devinit max7301_probe(struct spi_device *spi)
+static int max7301_probe(struct spi_device *spi)
 {
        struct max7301 *ts;
        int ret;
This page took 0.029348 seconds and 5 git commands to generate.