From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 13 May 2009 20:24:12 +0000 (+0200) Subject: console.h: remove unused prototype 'console_realloc' X-Git-Tag: v2009.06-rc2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ad8a0517b724782ab36f2b554a94de4c00c1adb;p=u-boot console.h: remove unused prototype 'console_realloc' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/include/console.h b/include/console.h index 06ec32accc..bc8b139507 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