commit | 32e49b9a808a59791513ec59fec6466d8577a5fa | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Aug 06 16:18:05 2018 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Aug 10 23:04:27 2018 +0200 |
tree | e3c2d70075aa7a9ad0824ab985e6e5b72d0bc59f | |
parent | 6ff0497402ef7269ee6a72f62eb85adaa7a4768e [diff] |
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>