|
@@ -1387,7 +1387,8 @@ static void ip_mc_hash_remove(struct in_device *in_dev,
|
|
/*
|
|
/*
|
|
* A socket has joined a multicast group on device dev.
|
|
* A socket has joined a multicast group on device dev.
|
|
*/
|
|
*/
|
|
-void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr, unsigned int mode)
|
|
|
|
|
|
+static void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr,
|
|
|
|
+ unsigned int mode)
|
|
{
|
|
{
|
|
struct ip_mc_list *im;
|
|
struct ip_mc_list *im;
|
|
#ifdef CONFIG_IP_MULTICAST
|
|
#ifdef CONFIG_IP_MULTICAST
|