Skip to content

Commit

Permalink
[ARM] Orion: kill orion_early_putstr()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed Feb 8, 2008
1 parent 3c96e5a commit 27cd3ad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/asm-arm/arch-orion/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 27cd3ad

Please sign in to comment.