From: Thierry Reding Date: Mon, 5 Feb 2018 12:47:49 +0000 (+0100) Subject: drm/rockchip: lvds: Explicitly include pinctrl headers X-Git-Tag: v5.15~9468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c16a9ce01487a98052d37a94e4c411b4fd9617b;p=platform%2Fkernel%2Flinux-starfive.git drm/rockchip: lvds: Explicitly include pinctrl headers The Rockchip LVDS driver fails to build after commit 23c35f48f5fb ("pinctrl: remove include file from ") because it relies on the pinctrl/consumer.h and pinctrl/devinfo.h being pulled in by the device.h header implicitly. Include these headers explicitly to avoid the build failure. Cc: Linus Walleij Signed-off-by: Thierry Reding Signed-off-by: Linus Torvalds --- diff --git a/drivers/gpu/drm/rockchip/rockchip_lvds.c b/drivers/gpu/drm/rockchip/rockchip_lvds.c index 84911bd..e67f4ea 100644 --- a/drivers/gpu/drm/rockchip/rockchip_lvds.c +++ b/drivers/gpu/drm/rockchip/rockchip_lvds.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include