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:
c8d7b98
)
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 1 Oct 2014 09:19:17 +0000
(11:19 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 2 Oct 2014 16:30:54 +0000
(18:30 +0200)
In 34666d4 ("netfilter: bridge: move br_netfilter out of the core"),
the bridge netfilter code has been modularized.
Use IS_ENABLED instead of ifdef to cover the module case.
Fixes: 34666d4 ("netfilter: bridge: move br_netfilter out of the core")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found