Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b552addc authored by Linus Walleij's avatar Linus Walleij Committed by Krzysztof Kozlowski
Browse files

ARM: samsung: Include GPIO driver header



This file is using struct gpio_chip and needs to include
<linux/gpio/driver.h> to get that.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 5f9e832c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

/* Bring in machine-local definitions, especially S3C_GPIO_END */
#include <mach/gpio-samsung.h>
#include <linux/gpio/driver.h>

#define GPIOCON_OFF	(0x00)
#define GPIODAT_OFF	(0x04)