Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103594
b: refs/heads/master
c: 92831bc
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 18, 2008
1 parent f900e5a commit 7ce377a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 263ba3204a434d0ca851e1321b31cd58376b86cb
refs/heads/master: 92831bc395ac8390bf759775c50cb6f90c6eb03d
5 changes: 0 additions & 5 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -994,11 +994,6 @@ static inline void netif_schedule_queue(struct netdev_queue *txq)
__netif_schedule(txq);
}

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;
Expand Down

0 comments on commit 7ce377a

Please sign in to comment.