diff options
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
| -rw-r--r-- | drivers/gpio/gpio-davinci.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index cb5afaa7ed48..f960587f86a3 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -254,7 +254,6 @@ static int davinci_gpio_probe(struct platform_device *pdev)  #ifdef CONFIG_OF_GPIO  	chips->chip.of_gpio_n_cells = 2;  	chips->chip.parent = dev; -	chips->chip.of_node = dev->of_node;  	chips->chip.request = gpiochip_generic_request;  	chips->chip.free = gpiochip_generic_free;  #endif |