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

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment