]> Pileus Git - ~andy/linux/commit
net: fix sparse endianness warnings on sock_common
authorEric Dumazet <edumazet@google.com>
Sun, 2 Dec 2012 07:33:10 +0000 (07:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2012 01:23:01 +0000 (20:23 -0500)
commit077b393d05915f04e2629bfc47c6fce95cae7d3f
tree5eac1986bc8d1d8dd4cef0b0c07909773ecc3ebf
parent049b467d7a57e7b978ce063ee3639670f383fb5c
net: fix sparse endianness warnings on sock_common

# make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/inet_hashtables.o
...
net/ipv4/inet_hashtables.c:242:7: warning: restricted __portpair degrades to integer
net/ipv4/inet_hashtables.c:242:7: warning: restricted __addrpair degrades to integer
...

Move __portpair/__addrpair from include/net/inet_hashtables.h
to include/net/sock.h where we need them in struct sock_common

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ling Ma <ling.ma.program@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h
include/net/sock.h