diff options
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
-rw-r--r-- | drivers/gpio/gpio-davinci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index 9191056548fe..163f81e3db83 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c | |||
@@ -266,9 +266,6 @@ static int davinci_gpio_probe(struct platform_device *pdev) | |||
266 | if (!regs) | 266 | if (!regs) |
267 | return -ENXIO; | 267 | return -ENXIO; |
268 | chips[i].regs = regs; | 268 | chips[i].regs = regs; |
269 | chips[i].set_data = ®s->set_data; | ||
270 | chips[i].clr_data = ®s->clr_data; | ||
271 | chips[i].in_data = ®s->in_data; | ||
272 | 269 | ||
273 | gpiochip_add_data(&chips[i].chip, &chips[i]); | 270 | gpiochip_add_data(&chips[i].chip, &chips[i]); |
274 | } | 271 | } |