cfq-iosched: Don't group_idle if cfqq has big thinktime
[linux-2.6-block.git] / drivers / gpio / gpio-xtensa.c
index 93ec95df67a3e64c32bc0245244219eb31a77f9f..f16c0427952e16e435af4734fa7f3f7d8063cd5c 100644 (file)
@@ -148,10 +148,10 @@ static int xtensa_gpio_probe(struct platform_device *pdev)
 {
        int ret;
 
-       ret = gpiochip_add(&impwire_chip);
+       ret = gpiochip_add_data(&impwire_chip, NULL);
        if (ret)
                return ret;
-       return gpiochip_add(&expstate_chip);
+       return gpiochip_add_data(&expstate_chip, NULL);
 }
 
 static struct platform_driver xtensa_gpio_driver = {