From: Linus Walleij Date: Wed, 21 Aug 2019 07:09:23 +0000 (+0200) Subject: m68k: coldfire: Include the GPIO driver header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=372ea263b3d9cdeb70f8cffa025b2e0875e51b62;p=linux.git m68k: coldfire: Include the GPIO driver header The Coldfire GPIO driver needs to explicitly incldue the GPIO driver header since it is providing a driver. Cc: Geert Uytterhoeven Signed-off-by: Linus Walleij Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/coldfire/gpio.c b/arch/m68k/coldfire/gpio.c index a838984261278..ca26de257871d 100644 --- a/arch/m68k/coldfire/gpio.c +++ b/arch/m68k/coldfire/gpio.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include