diff options
author | Amerigo Wang <amwang@redhat.com> | 2012-10-29 17:23:10 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 17:41:35 +0100 |
commit | 07a936260a94ae4798527ce8f79d4f3b589ab8a3 (patch) | |
tree | bf8ff84c3045cd3b8b2b2970a6c7491439172939 /net/8021q | |
parent | rtnl/ipv4: use netconf msg to advertise rp_filter status (diff) | |
download | linux-07a936260a94ae4798527ce8f79d4f3b589ab8a3.tar.xz linux-07a936260a94ae4798527ce8f79d4f3b589ab8a3.zip |
ipv6: use IS_ENABLED()
#if defined(CONFIG_FOO) || defined(CONFIG_FOO_MODULE)
can be replaced by
#if IS_ENABLED(CONFIG_FOO)
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions