bonding: make bond_resend_igmp_join_requests_delayed static

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>
This commit is contained in:
stephen hemminger 2010-10-15 11:02:56 +00:00 committed by David S. Miller
parent d215697fe1
commit 379b738341

View 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);