diff options
author | Amerigo Wang <amwang@redhat.com> | 2012-10-29 17:22:28 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 16:41:35 (GMT) |
commit | f4d5392e5ff58bf706c47906b54cc4b7333fc22e (patch) | |
tree | 08429f07f3a701cf7583b163d846d447df63a6b1 /Makefile | |
parent | 07a936260a94ae4798527ce8f79d4f3b589ab8a3 (diff) | |
download | linux-fsl-qoriq-f4d5392e5ff58bf706c47906b54cc4b7333fc22e.tar.xz |
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 'Makefile')
0 files changed, 0 insertions, 0 deletions