drm/rockchip: lvds: Remove include of drm_dp_helper.h
authorAndy Yan <andy.yan@rock-chips.com>
Sun, 14 Apr 2024 12:08:41 +0000 (20:08 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 19 Apr 2024 11:05:43 +0000 (13:05 +0200)
drm_dp_helper.h is not used by lvds driver

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240414120841.837661-1-andyshrk@163.com
drivers/gpu/drm/rockchip/rockchip_lvds.c

index 77b76cff1adb9dc8701b647dbfda45eaa0829558..9a01aa450741713293988c23677d7402e19b9915 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/regmap.h>
 #include <linux/reset.h>
 
-#include <drm/display/drm_dp_helper.h>
 #include <drm/drm_atomic_helper.h>
 #include <drm/drm_bridge.h>
 #include <drm/drm_bridge_connector.h>