aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lapbether.c
diff options
context:
space:
mode:
authorEric W Biederman <[email protected]>2015-06-17 15:28:35 +0000
committerPablo Neira Ayuso <[email protected]>2015-06-18 19:14:32 +0000
commit8f481b50ea653ff0aea6accbb4bb02a15cf00531 (patch)
tree36817a7642c2c5522ec2730908f9ea81bfe1ac00 /drivers/net/wan/lapbether.c
parentnetfilter: don't pull include/linux/netfilter.h from netns headers (diff)
downloadkernel-8f481b50ea653ff0aea6accbb4bb02a15cf00531.tar.gz
kernel-8f481b50ea653ff0aea6accbb4bb02a15cf00531.zip
netfilter: Remove spurios included of netfilter.h
While testing my netfilter changes I noticed several files where recompiling unncessarily because they unncessarily included netfilter.h. Signed-off-by: "Eric W. Biederman" <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'drivers/net/wan/lapbether.c')
-rw-r--r--drivers/net/wan/lapbether.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c
index 2f5eda8a7227..6676607164d6 100644
--- a/drivers/net/wan/lapbether.c
+++ b/drivers/net/wan/lapbether.c
@@ -40,7 +40,6 @@
#include <linux/interrupt.h>
#include <linux/notifier.h>
#include <linux/stat.h>
-#include <linux/netfilter.h>
#include <linux/module.h>
#include <linux/lapb.h>
#include <linux/init.h>