]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/9p/conv.c
[NET] 9p: kill dead static inline buf_put_string
[linux-2.6-omap-h63xx.git] / net / 9p / conv.c
index aa2aa9884f955d37b6c7bd2c4d6923dccf2932f6..3fe35d532c87a0c2f17afb2baf961077a954f96e 100644 (file)
@@ -128,11 +128,6 @@ static char *buf_put_stringn(struct cbuf *buf, const char *s, u16 slen)
        return ret;
 }
 
-static inline void buf_put_string(struct cbuf *buf, const char *s)
-{
-       buf_put_stringn(buf, s, strlen(s));
-}
-
 static u8 buf_get_int8(struct cbuf *buf)
 {
        u8 ret = 0;