net: use IS_ENABLED(CONFIG_IPV6)
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 10 Dec 2011 09:48:31 +0000 (09:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Dec 2011 23:25:16 +0000 (18:25 -0500)
commitdfd56b8b38fff3586f36232db58e1e9f7885a605
tree64c7142ebf4625939f68bd3603f1d37bacb20a73
parent1ded132d4c3442aa3a619c94c245d7b5e0eb9731
net: use IS_ENABLED(CONFIG_IPV6)

Instead of testing defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
48 files changed:
include/linux/errqueue.h
include/linux/ipv6.h
include/linux/lockd/lockd.h
include/linux/sunrpc/clnt.h
include/net/inet6_hashtables.h
include/net/inet_sock.h
include/net/ip.h
include/net/net_namespace.h
include/net/netfilter/nf_tproxy_core.h
include/net/netns/mib.h
include/net/netns/xfrm.h
include/net/protocol.h
include/net/sctp/sctp.h
include/net/sctp/structs.h
include/net/tcp.h
include/net/udp.h
net/bridge/br_multicast.c
net/bridge/br_private.h
net/core/secure_seq.c
net/dccp/dccp.h
net/dccp/minisocks.c
net/ipv4/inet_connection_sock.c
net/ipv4/inet_diag.c
net/ipv4/ip_gre.c
net/ipv4/ip_sockglue.c
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_timer.c
net/ipv4/tunnel4.c
net/ipv4/xfrm4_tunnel.c
net/key/af_key.c
net/netfilter/xt_TEE.c
net/netlabel/netlabel_addrlist.c
net/netlabel/netlabel_addrlist.h
net/netlabel/netlabel_domainhash.c
net/netlabel/netlabel_domainhash.h
net/netlabel/netlabel_kapi.c
net/netlabel/netlabel_mgmt.c
net/netlabel/netlabel_unlabeled.c
net/sctp/input.c
net/sctp/protocol.c
net/sctp/socket.c
net/sunrpc/addr.c
net/sunrpc/svc.c
net/sunrpc/svc_xprt.c
net/sunrpc/svcauth_unix.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_user.c