Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

bonding: make bond_resend_igmp_join_requests_delayed static

parent d215697f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);