commit | 0075ca062608dd55faed0e37f01d915c00acb141 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Oct 31 11:12:38 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Dec 07 00:08:33 2008 +0100 |
tree | 7cf58cec0c20cb5dfb5bf60dc9985be3c3d682cb | |
parent | 62948507d6880da3acedf355a8d1d8cb65ed91a3 [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>
diff --git a/common/lcd.c b/common/lcd.c index 31bb190..ae79051 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>