commit | 14ec018e15595d3e5c11160eef3f18c0b9c72e3f | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sat Jan 13 22:52:33 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Jan 13 22:54:05 2018 +0100 |
tree | ae124168fce84458123711f6b4440389ce26a727 | |
parent | 2e21ec4c40eb9d40d1b2d719fcb40726ae8bf4b2 [diff] |
gpio: bcm-kona: Include proper header This driver has no business including <linux/gpio.h>, it is a driver so include <linux/gpio/driver.h>. GPIOF_DIR_IN/GPIOF_DIR_OUT are for consumers and should not be used in drivers to use just 1/0 instead. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>