diff options
author | Thomas Graf <tgraf@suug.ch> | 2007-03-22 19:55:50 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 07:27:09 +0200 |
commit | be577ddc2b4aca0849f701222f5bc13cf1b79c9a (patch) | |
tree | 39ea6dcd40885a79cb1e3172b3299069156993f4 /include/net/sch_generic.h | |
parent | [IPv4]: Use rtnl registration interface (diff) | |
download | linux-be577ddc2b4aca0849f701222f5bc13cf1b79c9a.tar.xz linux-be577ddc2b4aca0849f701222f5bc13cf1b79c9a.zip |
[PKT_SCHED] qdisc: Use rtnl registration interface
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r-- | include/net/sch_generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 82086392735a..a3f4ddd1d6a8 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -5,10 +5,10 @@ #include <linux/types.h> #include <linux/rcupdate.h> #include <linux/module.h> -#include <linux/rtnetlink.h> #include <linux/pkt_sched.h> #include <linux/pkt_cls.h> #include <net/gen_stats.h> +#include <net/rtnetlink.h> struct Qdisc_ops; struct qdisc_walker; |