vserver 1.9.3
[linux-2.6.git] / include / asm-arm / arch-ixp4xx / uncompress.h
index 29692ec..0535098 100644 (file)
@@ -32,7 +32,7 @@ static __inline__ void putc(char c)
 /*
  * This does not append a newline
  */
-static void puts(const char *s)
+static void putstr(const char *s)
 {
        while (*s)
        {