]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bonding/bond_main.c
bonding: make bond_resend_igmp_join_requests_delayed static
[net-next-2.6.git] / 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);