netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 1 Oct 2014 09:19:17 +0000 (11:19 +0200)
committerPablo 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