gpio: tb10x: Use the right include
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 6 Aug 2018 14:18:05 +0000 (16:18 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 10 Aug 2018 21:04:27 +0000 (23:04 +0200)
commit32e49b9a808a59791513ec59fec6466d8577a5fa
treee3c2d70075aa7a9ad0824ab985e6e5b72d0bc59f
parent6ff0497402ef7269ee6a72f62eb85adaa7a4768e
gpio: tb10x: Use the right include

This driver includes the legacy <linux/gpio.h> and
<linux/of_gpio.h> but all it needs is really <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tb10x.c