Commit 379b7383 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

bonding: make bond_resend_igmp_join_requests_delayed static

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Acked-by: default avatarFlavio Leitner <fleitner@redhat.com>
Signed-off-by: default avatarJay Vosburgh <fubar@us.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d215697f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment