]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
lcd: Let the board code show board-specific info cleanup
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 31 Oct 2008 16:12:38 +0000 (11:12 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 6 Dec 2008 23:08:33 +0000 (00:08 +0100)
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

index 31bb190ddda14ce37aa20f9f277f7202b1649c28..ae79051d1eb3ea9e599de132aabd5f65e009e0be 100644 (file)
@@ -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>