[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101015140256.4192fd34@nehalam>
Date: Fri, 15 Oct 2010 14:02:56 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>,
Jay Vosburgh <fubar@...ibm.com>, netdev@...r.kernel.org
Cc: bonding-devel@...ts.sourceforge.net
Subject: [PATCH net-next] bonding: make
bond_resend_igmp_join_requests_delayed static
Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
--- a/drivers/net/bonding/bond_main.c 2010-10-15 13:52:01.747192520 -0700
+++ b/drivers/net/bonding/bond_main.c 2010-10-15 13:52:39.004286643 -0700
@@ -914,7 +914,7 @@ static void bond_resend_igmp_join_reques
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);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists