Browse Source

[ARM] Orion: kill orion_early_putstr()

Kill orion_early_putstr(), as it isn't used anywhere.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Lennert Buytenhek 17 years ago
parent
commit
27cd3ad231
1 changed files with 0 additions and 10 deletions
  1. 0 10
      include/asm-arm/arch-orion/uncompress.h

+ 0 - 10
include/asm-arm/arch-orion/uncompress.h

@@ -27,16 +27,6 @@ static void flush(void)
 {
 }
 
-static void orion_early_putstr(const char *ptr)
-{
-	char c;
-	while ((c = *ptr++) != '\0') {
-		if (c == '\n')
-			putc('\r');
-		putc(c);
-	}
-}
-
 /*
  * nothing to do
  */