diff options
author | stephen hemminger <shemminger@vyatta.com> | 2010-10-15 07:02:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 06:09:43 -0400 |
commit | 379b7383413d883ffc4db55914626ca303e6f7f5 (patch) | |
tree | 95b004fbb4f4064e277ce0913a9001c113f322e4 | |
parent | d215697fe14a0c5a96765c6279b4751e632587a5 (diff) |
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>
-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 6b9a7bd8ec14..f80f13260b32 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) | |||
916 | read_unlock(&bond->lock); | 916 | read_unlock(&bond->lock); |
917 | } | 917 | } |
918 | 918 | ||
919 | void bond_resend_igmp_join_requests_delayed(struct work_struct *work) | 919 | static void bond_resend_igmp_join_requests_delayed(struct work_struct *work) |
920 | { | 920 | { |
921 | struct bonding *bond = container_of(work, struct bonding, | 921 | struct bonding *bond = container_of(work, struct bonding, |
922 | mcast_work.work); | 922 | mcast_work.work); |