commit | 91f6a4afd1227f3806ca310b0a9c101c021ac6c5 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sat Jan 13 22:07:09 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Jan 13 22:07:09 2018 +0100 |
tree | 94bff477ad52b1d73186a195fbe201826639610a | |
parent | a603a2b8d86ee93ee2107da8ca75fd854fd4ff32 [diff] |
gpio: 74x174: Include proper headers This driver has no business including <linux/gpio.h> or <linux/of_gpio.h>. Cut them and include <linux/gpio/driver.h> and <linux/gpio/consumer.h> which is it they really needs. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>