On Wed, 08 Apr 2015 19:48:18 +0200 Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> wrote: > From: Arturo Borrero Gonzalez <aborrero@xxxxxxxxxxxxxx> > > Required for next patches. > > Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> If you are going to import a kernel header, it should be the exact version produced by doing: $ make headers_install in the kernel source directory the result of that make is files in usr/include/linux And your version differs: $ diff -up usr/include/linux/netfilter_bridge/ebtables.h /tmp/ebtables.h --- usr/include/linux/netfilter_bridge/ebtables.h 2015-02-05 10:17:17.865621216 -0800 +++ /tmp/ebtables.h 2015-04-08 17:20:40.265458995 -0700 @@ -12,9 +12,7 @@ #ifndef __LINUX_BRIDGE_EFF_H #define __LINUX_BRIDGE_EFF_H -#include <linux/if.h> #include <linux/netfilter_bridge.h> -#include <linux/if_ether.h> #define EBT_TABLE_MAXNAMELEN 32 #define EBT_CHAIN_MAXNAMELEN EBT_TABLE_MAXNAMELEN -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html