On Friday 19 January 2018 12:10 PM, Linus Walleij wrote: > This driver has no business including <linux/gpio.h>, it is a > driver so include <linux/gpio/driver.h>. Acked-by: Keerthy <j-keerthy@xxxxxx> Compile tested for keystone_defconfig and davinci_all_defconfig. > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > drivers/gpio/gpio-davinci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c > index f75d8443ecaf..34fc0a167b7c 100644 > --- a/drivers/gpio/gpio-davinci.c > +++ b/drivers/gpio/gpio-davinci.c > @@ -9,7 +9,7 @@ > * the Free Software Foundation; either version 2 of the License, or > * (at your option) any later version. > */ > -#include <linux/gpio.h> > +#include <linux/gpio/driver.h> > #include <linux/errno.h> > #include <linux/kernel.h> > #include <linux/clk.h> > -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html