From: Linus Walleij Date: Fri, 23 Aug 2019 07:14:28 +0000 (+0200) Subject: drm/sti: Include the right header X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=acff2f86b195653a9487fe3dbdbc821d77eff54a;p=android-x86%2Fkernel.git drm/sti: Include the right header The sti_hdmi.c file include despite not even using any GPIOs. What it does use is devm_ioremap_nocache() which comes from implicitly by including that header. Fix this up by including the right header instead. Cc: Benjamin Gaignard Cc: Vincent Abriou Signed-off-by: Linus Walleij Signed-off-by: Benjamin Gaignard Link: https://patchwork.freedesktop.org/patch/msgid/20190823071428.6155-1-linus.walleij@linaro.org --- diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c index 5f457bb6fa2d..7c3f88f24ae4 100644 --- a/drivers/gpu/drm/sti/sti_hdmi.c +++ b/drivers/gpu/drm/sti/sti_hdmi.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include