diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /net/core/rtnetlink.c | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'net/core/rtnetlink.c')
-rw-r--r-- | net/core/rtnetlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index e1fe88701..ed27c8e1d 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c @@ -41,7 +41,6 @@ #include <linux/inet.h> #include <linux/netdevice.h> -#include <net/pkt_sched.h> #include <net/ip.h> #include <net/protocol.h> #include <net/arp.h> @@ -49,6 +48,7 @@ #include <net/tcp.h> #include <net/udp.h> #include <net/sock.h> +#include <net/pkt_sched.h> atomic_t rtnl_rlockct; struct wait_queue *rtnl_wait; |