[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080703.000553.36472751.davem@davemloft.net>
Date: Thu, 03 Jul 2008 00:05:53 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
CC: vinay@...ux.vnet.ibm.com, krkumar2@...ibm.com, mchan@...adcom.com,
Matheos.Worku@....COM, linux-wireless@...r.kernel.org
Subject: [PATCH 38/39]: netdev: Kill plain netif_schedule()
No more users.
Signed-off-by: David S. Miller <davem@...emloft.net>
---
include/linux/netdevice.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 8b83d1f..74f4cdc 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -978,11 +978,6 @@ static inline void netif_schedule_queue(struct netdev_queue *dev_queue)
__netif_schedule(dev_queue);
}
-static inline void netif_schedule(struct net_device *dev)
-{
- netif_schedule_queue(netdev_get_tx_queue(dev, 0));
-}
-
static inline void netif_tx_schedule_all(struct net_device *dev)
{
unsigned int i;
--
1.5.6
--
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