From: Alex Bee Date: Fri, 22 Dec 2023 17:42:09 +0000 (+0100) Subject: drm/rockchip: inno_hdmi: Remove useless include X-Git-Tag: v6.9-rc1~126^2~24^2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f68a68fe9d9197ea6aa9cb461270685f370b165e;p=thirdparty%2Flinux.git drm/rockchip: inno_hdmi: Remove useless include The inclusion syscon.h isn't used anywhere. Remove it. Signed-off-by: Alex Bee Reviewed-by: Maxime Ripard Signed-off-by: Heiko Stuebner Link: https://patchwork.freedesktop.org/patch/msgid/20231222174220.55249-19-knaerzche@gmail.com --- diff --git a/drivers/gpu/drm/rockchip/inno_hdmi.c b/drivers/gpu/drm/rockchip/inno_hdmi.c index 610e7241e4f3d..9fb1e49bc9091 100644 --- a/drivers/gpu/drm/rockchip/inno_hdmi.c +++ b/drivers/gpu/drm/rockchip/inno_hdmi.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include