diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-13 22:24:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-05-15 22:13:57 +0200 |
commit | 3ad8a0517b724782ab36f2b554a94de4c00c1adb (patch) | |
tree | 99ea2065fd336bf93f83fa2758c80f6847a1c21e /include | |
parent | 84bf7ca522e94ec402a1264b01971b924b7e268f (diff) | |
download | u-boot-imx-3ad8a0517b724782ab36f2b554a94de4c00c1adb.zip u-boot-imx-3ad8a0517b724782ab36f2b554a94de4c00c1adb.tar.gz u-boot-imx-3ad8a0517b724782ab36f2b554a94de4c00c1adb.tar.bz2 |
console.h: remove unused prototype 'console_realloc'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/console.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/console.h b/include/console.h index 06ec32a..bc8b139 100644 --- 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 |