diff options
author | David S. Miller <davem@davemloft.net> | 2010-11-15 08:52:02 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-15 08:52:02 -0800 |
commit | d9aa93804e53f2153260568024b75ad3d81784f9 (patch) | |
tree | 467753edeeb50e7b40da73141cb2478c82b3a623 /net/ipv4/proc.c | |
parent | c25ecd0a21d5e08160cb5cc984f9e2b8ee347443 (diff) |
ipv4: Fix build with multicast disabled.
net/ipv4/igmp.c: In function 'ip_mc_inc_group':
net/ipv4/igmp.c:1228: error: implicit declaration of function 'for_each_pmc_rtnl'
net/ipv4/igmp.c:1228: error: expected ';' before '{' token
net/ipv4/igmp.c: In function 'ip_mc_unmap':
net/ipv4/igmp.c:1333: error: expected ';' before 'igmp_group_dropped'
...
Move for_each_pmc_rcu and for_each_pmc_rtnl macro definitions
outside of multicast ifdef protection.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/proc.c')
0 files changed, 0 insertions, 0 deletions