Skip to content

Commit

Permalink
bonding: make bond_resend_igmp_join_requests_delayed static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stephen hemminger authored and David S. Miller committed Oct 21, 2010
1 parent d215697 commit 379b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 379b738

Please sign in to comment.