Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27cd3ad2313e5aca5304a6f32060a90367edbf51
Commit: 27cd3ad2313e5aca5304a6f32060a90367edbf51
Parent: 3c96e5a440d45c3d858082e531ded24d5cc06f68
Author: Lennert Buytenhek <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 21:54:18 2008 +0100
Committer: Nicolas Pitre <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:52:23 2008 -0500
[ARM] Orion: kill orion_early_putstr()
Kill orion_early_putstr(), as it isn't used anywhere.
Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
Signed-off-by: Nicolas Pitre <[EMAIL PROTECTED]>
---
include/asm-arm/arch-orion/uncompress.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/include/asm-arm/arch-orion/uncompress.h
b/include/asm-arm/arch-orion/uncompress.h
index a1a222f..0cab78a 100644
--- 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
*/
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html