diff options
author | Eric Dumazet <edumazet@google.com> | 2012-12-02 08:33:10 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-03 02:23:01 +0100 |
commit | 077b393d05915f04e2629bfc47c6fce95cae7d3f (patch) | |
tree | 5eac1986bc8d1d8dd4cef0b0c07909773ecc3ebf /net/ipv4 | |
parent | bnx2x: Correct PFC disablement (diff) | |
download | linux-077b393d05915f04e2629bfc47c6fce95cae7d3f.tar.xz linux-077b393d05915f04e2629bfc47c6fce95cae7d3f.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions