diff options
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 6b9a7bd..f80f132 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -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); |