From: Linus Lüssing Date: Wed, 11 Jun 2014 23:41:24 +0000 (+0200) Subject: bridge: fix compile error when compiling without IPv6 support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3993c4e159eba0e10c0628737736d6fcf97ab9ef;p=pandora-kernel.git bridge: fix compile error when compiling without IPv6 support Some fields in "struct net_bridge" aren't available when compiling the kernel without IPv6 support. Therefore adding a check/macro to skip the complaining code sections in that case. Introduced by 2cd4143192e8c60f66cb32c3a30c76d0470a372d ("bridge: memorize and export selected IGMP/MLD querier port") Reported-by: kbuild test robot Signed-off-by: Linus Lüssing Signed-off-by: David S. Miller --- Reading git-diff-tree failed