Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30423
b: refs/heads/master
c: 6048126
h: refs/heads/master
i:
  30421: 6eebb4e
  30419: bca51bf
  30415: cd5d09b
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jun 26, 2006
1 parent c08fa54 commit 5fbcb52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: f54d9e8d7f7dd60f26157c12acda3fc94fcd9ab7
refs/heads/master: 6048126440dcb3ba01316f961465c0ff5a255dd1
1 change: 0 additions & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ extern int dev_hard_start_xmit(struct sk_buff *skb,

extern void dev_init(void);

extern int netdev_nit;
extern int netdev_budget;

/* Called by rtnetlink.c:rtnl_unlock() */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ extern void netdev_unregister_sysfs(struct net_device *);
* For efficiency
*/

int netdev_nit;
static int netdev_nit;

/*
* Add a protocol ID to the list. Now that the input handler is
Expand Down

0 comments on commit 5fbcb52

Please sign in to comment.