summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:26:13 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 21:26:13 +0100
commitb3ca4a853cde62acb35f244aab75bcacc542b7ba (patch)
tree30cfdee1fd26a303ee2e8e9f0fb606c66502fa2d
parent04f17089afbc3438a7a33bc04f69e7b378000b92 (diff)
Complete backward compatibility fix for package copy of <linux/jhash.h>
An unnecessary condition prevented to compile pfxlen.c with the patch 202cfef66b3a1e0988d applied, it's fixed. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--kernel/net/netfilter/ipset/pfxlen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/net/netfilter/ipset/pfxlen.c b/kernel/net/netfilter/ipset/pfxlen.c
index 59f6e72..1e264c7 100644
--- a/kernel/net/netfilter/ipset/pfxlen.c
+++ b/kernel/net/netfilter/ipset/pfxlen.c
@@ -1,6 +1,4 @@
#include <linux/version.h>
-#define IP_SET_COMPAT_HEADERS
-#include <linux/netfilter/ipset/ip_set_compat.h>
#include <linux/netfilter/ipset/pfxlen.h>
/* Prefixlen maps for fast conversions, by Jan Engelhardt. */