X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2F9p%2Fconv.c;h=3fe35d532c87a0c2f17afb2baf961077a954f96e;hb=8674204a4977b5676d229f772c23f0091de9c23c;hp=aa2aa9884f955d37b6c7bd2c4d6923dccf2932f6;hpb=e1770d97a730ff4c3aa1775d98f4d0558390607f;p=linux-2.6-omap-h63xx.git diff --git a/net/9p/conv.c b/net/9p/conv.c index aa2aa9884f9..3fe35d532c8 100644 --- a/net/9p/conv.c +++ b/net/9p/conv.c @@ -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;