summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-17 00:55:16 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:17 +0300
commit5ce85e069f163de3d44a86a196e17373ec40ba88 (patch)
tree53665ce053de404ed2bb4a9f3e7658d36afd8ef2 /arch
parent365e52dd25d17618c00ecc55151f8947be55a850 (diff)
downloadu-boot-5ce85e069f163de3d44a86a196e17373ec40ba88.tar.xz
nexell: 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 'arch')
-rw-r--r--arch/arm/mach-nexell/include/mach/display_dev.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-nexell/include/mach/display_dev.h b/arch/arm/mach-nexell/include/mach/display_dev.h
index f24fb1739c..4c54a5ecd4 100644
--- a/arch/arm/mach-nexell/include/mach/display_dev.h
+++ b/arch/arm/mach-nexell/include/mach/display_dev.h
@@ -8,14 +8,7 @@
#ifndef _NX__DISPLAY_DEV_H_
#define _NX__DISPLAY_DEV_H_
-#if !defined(CONFIG_DM_VIDEO) && defined(CONFIG_LCD)
-#include <lcd.h>
-#endif
-
struct nx_display_dev {
-#if !defined(CONFIG_DM_VIDEO) && defined(CONFIG_LCD)
- vidinfo_t *panel_info;
-#endif
unsigned long base;
int module;
struct dp_sync_info sync;