The header file was useful at deep debugging only, we can get rid of now.
(Patrick McHardy's review)
+++ /dev/null
-#ifndef _IP_SET_KERNEL_H
-#define _IP_SET_KERNEL_H
-
-#ifdef __KERNEL__
-
-#ifdef CONFIG_DEBUG_KERNEL
-/* Complete debug messages */
-#define pr_fmt(fmt) "%s %s[%i]: " fmt "\n", __FILE__, __func__, __LINE__
-#endif
-
-#include <linux/kernel.h>
-
-#endif /* __KERNEL__ */
-
-#endif /*_IP_SET_H */
/* Kernel module implementing an IP set type: the bitmap:ip type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/skbuff.h>
/* Kernel module implementing an IP set type: the bitmap:ip,mac type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/etherdevice.h>
/* Kernel module implementing an IP set type: the bitmap:port type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/tcp.h>
/* Kernel module for IP set management */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
/* Kernel module implementing an IP set type: the hash:ip type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
/* Kernel module implementing an IP set type: the hash:ip,port type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
/* Kernel module implementing an IP set type: the hash:ip,port,ip type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
/* Kernel module implementing an IP set type: the hash:ip,port,net type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
/* Kernel module implementing an IP set type: the hash:net type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/jhash.h>
#include <linux/module.h>
#include <linux/ip.h>
/* 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>
/* Kernel module implementing an IP set type: the list:set type */
-#include <linux/netfilter/ipset/ip_set_kernel.h>
#include <linux/module.h>
#include <linux/ip.h>
#include <linux/skbuff.h>