summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-02-03 13:32:28 +0200
committerAnatolij Gustschin <agust@denx.de>2015-02-10 13:29:44 +0100
commit8ddfe2fad806b6d1bac66ec1f28695690af50ab0 (patch)
treecddc7403fa638812918b278c7cbed3f853e3e05c /common
parent0b29a8969e918d6c09d0798d381cf74594bdf3a0 (diff)
downloadtalos-obmc-uboot-8ddfe2fad806b6d1bac66ec1f28695690af50ab0.tar.gz
talos-obmc-uboot-8ddfe2fad806b6d1bac66ec1f28695690af50ab0.zip
lcd: remove unused includes
Remove unused includes. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bo Shen <voice.shen@atmel.com> Tested-by: Josh Wu <josh.wu@atmel.com> Cc: Bo Shen <voice.shen@atmel.com> Cc: Simon Glass <sjg@chromium.org> Cc: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'common')
-rw-r--r--common/lcd.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/lcd.c b/common/lcd.c
index 8a8d6c3e94..7a519234b9 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -16,14 +16,9 @@
#include <config.h>
#include <common.h>
#include <command.h>
-#include <stdarg.h>
-#include <search.h>
#include <env_callback.h>
#include <linux/types.h>
#include <stdio_dev.h>
-#if defined(CONFIG_POST)
-#include <post.h>
-#endif
#include <lcd.h>
#include <watchdog.h>
#include <asm/unaligned.h>
@@ -32,19 +27,6 @@
#include <asm/unaligned.h>
#include <fdt_support.h>
-#if defined(CONFIG_CPU_PXA25X) || defined(CONFIG_CPU_PXA27X) || \
- defined(CONFIG_CPU_MONAHANS)
-#include <asm/byteorder.h>
-#endif
-
-#if defined(CONFIG_MPC823)
-#include <lcdvideo.h>
-#endif
-
-#if defined(CONFIG_ATMEL_LCD)
-#include <atmel_lcdc.h>
-#endif
-
#if defined(CONFIG_LCD_DT_SIMPLEFB)
#include <libfdt.h>
#endif
OpenPOWER on IntegriCloud