summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_hash_ipport.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 22:01:51 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 22:01:51 +0100
commit692fd7db42487f4c173cfb2743e40baee160b359 (patch)
treecdbddf1796647ffb3e1c634a0ac387e01e7620f5 /kernel/ip_set_hash_ipport.c
parent9c4b9a1ca942ae933fe4693a25e2ddea873cc341 (diff)
Use jhash.h accepted in kernel, with backward compatibility.
Diffstat (limited to 'kernel/ip_set_hash_ipport.c')
-rw-r--r--kernel/ip_set_hash_ipport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ip_set_hash_ipport.c b/kernel/ip_set_hash_ipport.c
index 9f0c130..1f60450 100644
--- a/kernel/ip_set_hash_ipport.c
+++ b/kernel/ip_set_hash_ipport.c
@@ -8,7 +8,7 @@
/* Kernel module implementing an IP set type: the hash:ip,port type */
#include <linux/netfilter/ipset/ip_set_kernel.h>
-#include <linux/netfilter/ipset/jhash.h>
+#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/skbuff.h>