git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a9362
)
vlan: use IS_ENABLED()
author
Amerigo Wang
<amwang@redhat.com>
Mon, 29 Oct 2012 17:22:28 +0000
(17:22 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Nov 2012 16:41:35 +0000
(12:41 -0400)
#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>
No differences found