gpio: remove use of __devinit
[deliverable/linux.git] / drivers / gpio / gpio-max730x.c
index 05e2dac60b3b83e2974b718c6a72db3aa90efc3b..91b4f45ef042a139da0fe71d36b17ed8789a148b 100644 (file)
@@ -160,7 +160,7 @@ static void max7301_set(struct gpio_chip *chip, unsigned offset, int value)
        mutex_unlock(&ts->lock);
 }
 
-int __devinit __max730x_probe(struct max7301 *ts)
+int __max730x_probe(struct max7301 *ts)
 {
        struct device *dev = ts->dev;
        struct max7301_platform_data *pdata;
This page took 0.029693 seconds and 5 git commands to generate.