diff options
author | Simon Glass | 2022-10-16 15:54:35 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:17 +0100 |
commit | 365e52dd25d17618c00ecc55151f8947be55a850 (patch) | |
tree | d8e0a2752b2d7f8153c1920aaaf5d6a11f5b9afb /drivers | |
parent | 6b9a829d2734d952dd6f7716a8fbd517ea373f0c (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')
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi_common.c | 1 |
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> |