aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
diff options
context:
space:
mode:
authorPravin Shedge <[email protected]>2017-12-11 16:39:46 +0000
committerDavid S. Miller <[email protected]>2017-12-13 18:18:46 +0000
commit83593010d3b87601e775f240ce46c53ddf25828d (patch)
tree30b143898500edd7e3c99e91a1392b720dcdecd8 /net/sched/cls_api.c
parentipv4: igmp: guard against silly MTU values (diff)
downloadkernel-83593010d3b87601e775f240ce46c53ddf25828d.tar.gz
kernel-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 <[email protected]> Acked-by: Pablo Neira Ayuso <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/sched/cls_api.c')
-rw-r--r--net/sched/cls_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index ddcf04b4ab43..f40256a3e7f0 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -23,7 +23,6 @@
#include <linux/skbuff.h>
#include <linux/init.h>
#include <linux/kmod.h>
-#include <linux/err.h>
#include <linux/slab.h>
#include <net/net_namespace.h>
#include <net/sock.h>