]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
bonding: make bond_resend_igmp_join_requests_delayed static
authorstephen hemminger <shemminger@vyatta.com>
Fri, 15 Oct 2010 11:02:56 +0000 (11:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 10:09:43 +0000 (03:09 -0700)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Flavio Leitner <fleitner@redhat.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c

index 6b9a7bd8ec14363226c312b1642180956d2c071f..f80f13260b324608f383c03bfbca418f24e2f2f9 100644 (file)
@@ -916,7 +916,7 @@ static void bond_resend_igmp_join_requests(struct bonding *bond)
        read_unlock(&bond->lock);
 }
 
-void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
+static void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
 {
        struct bonding *bond = container_of(work, struct bonding,
                                                        mcast_work.work);