[PATCH 1/7] console: remove unused function prototypes

Sascha Hauer s.hauer at pengutronix.de
Thu Jan 26 08:26:47 EST 2012


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 include/console.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/include/console.h b/include/console.h
index c0817f6..47e8600 100644
--- a/include/console.h
+++ b/include/console.h
@@ -56,17 +56,4 @@ extern struct list_head console_list;
 
 #define CFG_PBSIZE (CONFIG_CBSIZE+sizeof(CONFIG_PROMPT)+16)
 
-void early_console_putc(void *base, char c);
-void early_console_init(void *base, int baudrate);
-
-void early_console_start(const char *name, int baudrate);
-
-/*
- * Resolve an early console name to a pointer pointing
- * to the consoles base address, usually implemented in
- * board setup file.
- */
-void *get_early_console_base(const char *name);
-
 #endif
-
-- 
1.7.8.3




More information about the barebox mailing list