From ace514837cac656e29c37a19569cb8ea83071126 Mon Sep 17 00:00:00 2001 From: Peter Tyser <ptyser@xes-inc.com> Date: Fri, 31 Oct 2008 11:12:38 -0500 Subject: [PATCH] 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> --- common/lcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lcd.c b/common/lcd.c index 31bb190ddd..ae79051d1e 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> -- 2.39.5