aboutsummaryrefslogtreecommitdiff
path: root/common/lcd.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2008-10-31 11:12:38 -0500
committerWolfgang Denk <wd@denx.de>2008-12-07 00:08:33 +0100
commitace514837cac656e29c37a19569cb8ea83071126 (patch)
tree7cf58cec0c20cb5dfb5bf60dc9985be3c3d682cb /common/lcd.c
parent561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9 (diff)
lcd: Let the board code show board-specific info cleanup
remove unneeded version.h from lcd.c Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/lcd.c')
-rw-r--r--common/lcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c
index 31bb190dd..ae79051d1 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -32,7 +32,6 @@
#include <config.h>
#include <common.h>
#include <command.h>
-#include <version.h>
#include <stdarg.h>
#include <linux/types.h>
#include <devices.h>