diff options
author | Amerigo Wang <amwang@redhat.com> | 2012-10-29 18:22:28 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 17:41:35 +0100 |
commit | f4d5392e5ff58bf706c47906b54cc4b7333fc22e (patch) | |
tree | 08429f07f3a701cf7583b163d846d447df63a6b1 /firmware/matrox | |
parent | ipv6: use IS_ENABLED() (diff) | |
download | linux-f4d5392e5ff58bf706c47906b54cc4b7333fc22e.tar.xz linux-f4d5392e5ff58bf706c47906b54cc4b7333fc22e.zip |
vlan: 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 'firmware/matrox')
0 files changed, 0 insertions, 0 deletions