From: Linus Walleij Date: Thu, 8 Feb 2018 23:45:50 +0000 (+0100) Subject: gpio: em: Use the right include X-Git-Tag: v4.17-rc1~121^2~35 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7275cb75b96f5cec924ea95685d906d09b6a82f4;p=linux.git gpio: em: Use the right include The Emma Mobile (EM) GPIO driver uses the too generic include . It is a driver so it should just use . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-em.c b/drivers/gpio/gpio-em.c index b86e09e1b13b..2b466b80e70a 100644 --- a/drivers/gpio/gpio-em.c +++ b/drivers/gpio/gpio-em.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include