aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorSimon Glass2022-10-16 15:54:35 -0600
committerAnatolij Gustschin2022-10-30 20:07:17 +0100
commit365e52dd25d17618c00ecc55151f8947be55a850 (patch)
treed8e0a2752b2d7f8153c1920aaaf5d6a11f5b9afb /drivers/video
parent6b9a829d2734d952dd6f7716a8fbd517ea373f0c (diff)
video: samsung: Drop old LCD code
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c
index ab7d61afc88..be67cebae7f 100644
--- a/drivers/video/exynos/exynos_mipi_dsi_common.c
+++ b/drivers/video/exynos/exynos_mipi_dsi_common.c
@@ -7,7 +7,6 @@
*/
#include <common.h>
-#include <lcd.h>
#include <log.h>
#include <linux/delay.h>
#include <linux/err.h>