summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_hash_netport.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-20 10:25:04 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-20 10:25:04 +0100
commiteb0a9bd761f019f9d5588090c193a39506506240 (patch)
tree056b540bdc0bd3e6fa9f94b22b780b2df6ed2b0c /kernel/ip_set_hash_netport.c
parentc2d28607e25b8884ffb893ab4bc6cbb3b1c5a386 (diff)
Get rid of ip_set_kernel.h
The header file was useful at deep debugging only, we can get rid of now. (Patrick McHardy's review)
Diffstat (limited to 'kernel/ip_set_hash_netport.c')
-rw-r--r--kernel/ip_set_hash_netport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/ip_set_hash_netport.c b/kernel/ip_set_hash_netport.c
index d17f077..ef06aff 100644
--- a/kernel/ip_set_hash_netport.c
+++ b/kernel/ip_set_hash_netport.c
@@ -7,7 +7,6 @@
/* Kernel module implementing an IP set type: the hash:net,port type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>