diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-01-28 23:28:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 22:27:05 -0500 |
commit | 8674204a4977b5676d229f772c23f0091de9c23c (patch) | |
tree | 367bb8fd2adb63d06b6abdfe38f19160c7418d43 /net/9p/conv.c | |
parent | e1770d97a730ff4c3aa1775d98f4d0558390607f (diff) |
[NET] 9p: kill dead static inline buf_put_string
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/9p/conv.c')
-rw-r--r-- | net/9p/conv.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/9p/conv.c b/net/9p/conv.c index aa2aa9884f95..3fe35d532c87 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) | |||
128 | return ret; | 128 | return ret; |
129 | } | 129 | } |
130 | 130 | ||
131 | static inline void buf_put_string(struct cbuf *buf, const char *s) | ||
132 | { | ||
133 | buf_put_stringn(buf, s, strlen(s)); | ||
134 | } | ||
135 | |||
136 | static u8 buf_get_int8(struct cbuf *buf) | 131 | static u8 buf_get_int8(struct cbuf *buf) |
137 | { | 132 | { |
138 | u8 ret = 0; | 133 | u8 ret = 0; |