[PATCH] drm/rockchip: lvds: Remove include of drm_dp_helper.h

From: Andy Yan
Date: Sun Apr 14 2024 - 08:09:49 EST


From: Andy Yan <andy.yan@xxxxxxxxxxxxxx>

drm_dp_helper.h is not used by lvds driver

Signed-off-by: Andy Yan <andy.yan@xxxxxxxxxxxxxx>
---

drivers/gpu/drm/rockchip/rockchip_lvds.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/rockchip/rockchip_lvds.c b/drivers/gpu/drm/rockchip/rockchip_lvds.c
index 77b76cff1adb..9a01aa450741 100644
--- a/drivers/gpu/drm/rockchip/rockchip_lvds.c
+++ b/drivers/gpu/drm/rockchip/rockchip_lvds.c
@@ -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>
--
2.34.1