From: Masahiro Yamada Date: Tue, 16 Oct 2018 04:11:33 +0000 (+0900) Subject: gpio: uniphier: include instead of X-Git-Tag: v4.20-rc1~182^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ee8edbf8ca6bfde89bb2a9e6efe261b9ea622ee7;p=uclinux-h8%2Flinux.git gpio: uniphier: include instead of The reason of including here is just for BIT() and GENMASK macros. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-uniphier.c b/drivers/gpio/gpio-uniphier.c index 7fdac9060979..74551cbdb2e8 100644 --- a/drivers/gpio/gpio-uniphier.c +++ b/drivers/gpio/gpio-uniphier.c @@ -12,7 +12,7 @@ * GNU General Public License for more details. */ -#include +#include #include #include #include