From: Pablo Neira Ayuso Date: Wed, 1 Oct 2014 09:19:17 +0000 (+0200) Subject: netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~40^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1109a90c01177e8f4a5fd95c5b685ad02f1fe9bb;p=pandora-kernel.git netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) 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 --- Reading git-diff-tree failed