From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Wed, 13 May 2009 20:24:12 +0000 (+0200)
Subject: console.h: remove unused prototype 'console_realloc'
X-Git-Tag: v2025.01-rc5-pxa1908~21201
X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=3ad8a0517b724782ab36f2b554a94de4c00c1adb;p=u-boot.git

console.h: remove unused prototype 'console_realloc'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---

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