Searched hist:"7 a9a5df0a54e4b2a36a7984800d0a064b39fb3f8" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpio/ |
H A D | Kconfig | diff 7a9a5df0a54e4b2a36a7984800d0a064b39fb3f8 Tue Jul 10 17:18:47 CEST 2018 Arnd Bergmann <arnd@arndb.de> gpio: mt7621: add OF_GPIO dependency
Compile-testing the driver fails unless OF_GPIO is enabled:
drivers/gpio/gpio-mt7621.c: In function 'mediatek_gpio_bank_probe': drivers/gpio/gpio-mt7621.c:228:10: error: 'struct gpio_chip' has no member named 'of_node'
Fixes: 4ba9c3afda41 ("gpio: mt7621: Add a driver for MT7621") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|