]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
console.h: remove unused prototype 'console_realloc'
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 13 May 2009 20:24:12 +0000 (22:24 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 15 May 2009 20:13:57 +0000 (22:13 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
include/console.h

index 06ec32accc311b4aac6a25ebee4964ad4fa2dd1c..bc8b1395071f9e65aed90602417d912fade44b3a 100644 (file)
@@ -33,6 +33,4 @@
 extern device_t        *stdio_devices[] ;
 extern char *stdio_names[MAX_FILES] ;
 
-int console_realloc(int top);
-
 #endif