]> git.sur5r.net Git - u-boot/blobdiff - common/lcd.c
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / common / lcd.c
index 31bb190ddda14ce37aa20f9f277f7202b1649c28..5f73247f42c26b0cf1fea7b5513dd6916626024d 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>
@@ -427,7 +426,7 @@ static int lcd_clear (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        cls,    1,      1,      lcd_clear,
-       "cls     - clear screen\n",
+       "clear screen",
        NULL
 );