From: Linus Walleij <linus.wall...@stericsson.com> This driver is using symbols from <linux/mfd/abx500/ab8500.h> so include this file explicitly.
Signed-off-by: Lee Jones <lee.jo...@linaro.org> Signed-off-by: Linus Walleij <linus.wall...@stericsson.com> Reviewed-by: Philippe LANGLAIS <philippe.langl...@stericsson.com> --- drivers/gpio/gpio-ab8500.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c index ed5832e..d201de9 100644 --- a/drivers/gpio/gpio-ab8500.c +++ b/drivers/gpio/gpio-ab8500.c @@ -19,6 +19,7 @@ #include <linux/irq.h> #include <linux/interrupt.h> #include <linux/mfd/abx500.h> +#include <linux/mfd/abx500/ab8500.h> #include <linux/mfd/abx500/ab8500-gpio.h> -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/