gpio: bcm-kona: Include proper header
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 13 Jan 2018 21:52:33 +0000 (22:52 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 13 Jan 2018 21:54:05 +0000 (22:54 +0100)
commit14ec018e15595d3e5c11160eef3f18c0b9c72e3f
treeae124168fce84458123711f6b4440389ce26a727
parent2e21ec4c40eb9d40d1b2d719fcb40726ae8bf4b2
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>
drivers/gpio/gpio-bcm-kona.c