diff options
Diffstat (limited to 'net/ipv4/igmp.c')
-rw-r--r-- | net/ipv4/igmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 58be8227b0cb..d8068c483781 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c | |||
@@ -2216,7 +2216,7 @@ void ip_mc_drop_socket(struct sock *sk) | |||
2216 | rtnl_unlock(); | 2216 | rtnl_unlock(); |
2217 | } | 2217 | } |
2218 | 2218 | ||
2219 | int ip_check_mc(struct in_device *in_dev, u32 mc_addr, u32 src_addr, u16 proto) | 2219 | int ip_check_mc(struct in_device *in_dev, __be32 mc_addr, __be32 src_addr, u16 proto) |
2220 | { | 2220 | { |
2221 | struct ip_mc_list *im; | 2221 | struct ip_mc_list *im; |
2222 | struct ip_sf_list *psf; | 2222 | struct ip_sf_list *psf; |