CC Greg (coldfire) On Wed, Aug 21, 2019 at 9:09 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > The Coldfire GPIO driver needs to explicitly incldue the > GPIO driver header since it is providing a driver. > > Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > Geert can you pick this up for m68k? > --- > arch/m68k/coldfire/gpio.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/m68k/coldfire/gpio.c b/arch/m68k/coldfire/gpio.c > index a83898426127..ca26de257871 100644 > --- a/arch/m68k/coldfire/gpio.c > +++ b/arch/m68k/coldfire/gpio.c > @@ -9,6 +9,7 @@ > #include <linux/module.h> > #include <linux/init.h> > #include <linux/device.h> > +#include <linux/gpio/driver.h> > > #include <linux/io.h> > #include <asm/coldfire.h> > -- > 2.21.0