projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c96e5a
)
[ARM] Orion: kill orion_early_putstr()
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Thu, 7 Feb 2008 20:54:18 +0000
(21:54 +0100)
committer
Nicolas Pitre
<nico@cam.org>
Fri, 8 Feb 2008 16:52:23 +0000
(11:52 -0500)
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>
include/asm-arm/arch-orion/uncompress.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-orion/uncompress.h
b/include/asm-arm/arch-orion/uncompress.h
index a1a222fb438ce3e27c67bc50dbaea83cfbb9a0d3..0cab78ad63321303eb3e5666977ba57aa91e56e7 100644
(file)
--- a/
include/asm-arm/arch-orion/uncompress.h
+++ b/
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
*/