From: Linus Walleij Date: Tue, 20 Aug 2019 10:34:29 +0000 (+0200) Subject: ARM: scoop: Use the right include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f73d137d562f4c8bf225083c96bc7a91354f06cc;p=linux.git ARM: scoop: Use the right include This is a GPIO driver so it should include not Link: https://lore.kernel.org/r/20190820103429.7028-1-linus.walleij@linaro.org Cc: Richard Purdie Signed-off-by: Linus Walleij Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/common/scoop.c b/arch/arm/common/scoop.c index 60130bd7b1820..6edb961bd6c1d 100644 --- a/arch/arm/common/scoop.c +++ b/arch/arm/common/scoop.c @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include #include