diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-10 15:18:31 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-13 22:52:04 -0700 |
commit | 0a26f4cdc207db14a8e7192bac5a7c84d9e2390a (patch) | |
tree | 70c90bec7cfe237ea8219382509872138e333f3b /net | |
parent | 703310e645c639a84e7f4b35d8a508acde9ef360 (diff) | |
download | linux-3.10-0a26f4cdc207db14a8e7192bac5a7c84d9e2390a.tar.gz linux-3.10-0a26f4cdc207db14a8e7192bac5a7c84d9e2390a.tar.bz2 linux-3.10-0a26f4cdc207db14a8e7192bac5a7c84d9e2390a.zip |
[PKT_SCHED]: Clean up duplicate includes in net/sched/
This patch cleans up duplicate includes in
net/sched/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/sched/act_police.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_police.c b/net/sched/act_police.c index bf90e60f841..6085be57845 100644 --- a/net/sched/act_police.c +++ b/net/sched/act_police.c @@ -16,7 +16,6 @@ #include <linux/string.h> #include <linux/errno.h> #include <linux/skbuff.h> -#include <linux/module.h> #include <linux/rtnetlink.h> #include <linux/init.h> #include <net/act_api.h> |