projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84bf7ca
)
console.h: remove unused prototype 'console_realloc'
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Wed, 13 May 2009 20:24:12 +0000
(22:24 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/include/console.h
b/include/console.h
index
06ec32a
..
bc8b139
100644
(file)
--- a/
include/console.h
+++ b/
include/console.h
@@
-33,6
+33,4
@@
extern device_t *stdio_devices[] ;
extern char *stdio_names[MAX_FILES] ;
-int console_realloc(int top);
-
#endif