commit | 52f50ce556af7008e1c2088d8b2b778ef5e79ff1 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Jul 20 13:14:28 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 20 22:19:04 2014 -0700 |
tree | a7d29e5e24b223e00f59858badea5f6a0f3a8986 | |
parent | 1b31a1bf851b55ce3180b0e40998ee32a2cc61e0 [diff] |
tipc: fix sparse non static symbol warnings Fixes the following sparse warnings: net/tipc/socket.c:545:5: warning: symbol 'tipc_sk_proto_rcv' was not declared. Should it be static? net/tipc/socket.c:2015:5: warning: symbol 'tipc_ioctl' was not declared. Should it be static? Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>