diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-11 22:09:46 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-13 13:18:46 -0500 |
commit | 83593010d3b87601e775f240ce46c53ddf25828d (patch) | |
tree | 30b143898500edd7e3c99e91a1392b720dcdecd8 /net/core/netprio_cgroup.c | |
parent | b5476022bbada3764609368f03329ca287528dc8 (diff) |
net: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/netprio_cgroup.c')
-rw-r--r-- | net/core/netprio_cgroup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 1c4810919a0a..b9057478d69c 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c @@ -14,7 +14,6 @@ #include <linux/module.h> #include <linux/slab.h> #include <linux/types.h> -#include <linux/module.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/skbuff.h> |