diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2008-10-31 11:12:38 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-12-07 00:08:33 +0100 | 
| commit | ace514837cac656e29c37a19569cb8ea83071126 (patch) | |
| tree | 7cf58cec0c20cb5dfb5bf60dc9985be3c3d682cb | |
| parent | 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9 (diff) | |
| download | olio-uboot-2014.01-ace514837cac656e29c37a19569cb8ea83071126.tar.xz olio-uboot-2014.01-ace514837cac656e29c37a19569cb8ea83071126.zip | |
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>
| -rw-r--r-- | common/lcd.c | 1 | 
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> |