aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-11 22:09:46 +0530
committerDavid S. Miller <davem@davemloft.net>2017-12-13 13:18:46 -0500
commit83593010d3b87601e775f240ce46c53ddf25828d (patch)
tree30b143898500edd7e3c99e91a1392b720dcdecd8 /net/core
parentipv4: igmp: guard against silly MTU values (diff)
downloadlinux-dev-83593010d3b87601e775f240ce46c53ddf25828d.tar.xz
linux-dev-83593010d3b87601e775f240ce46c53ddf25828d.zip
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')
-rw-r--r--net/core/netprio_cgroup.c1
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>