Hello, It seems to me that the HAVE_ARP_CREATE (empty) definition, from include/net/arp.h, can be removed, since it is not used anywhere in the kernel.
Regards, Rami Rosen http://www.linux-foundation.org/en/Net:Network_Overview Signed-off-by: Rami Rosen <[EMAIL PROTECTED]>
diff --git a/include/net/arp.h b/include/net/arp.h index 36482bf..752eb47 100644 --- a/include/net/arp.h +++ b/include/net/arp.h @@ -5,7 +5,6 @@ #include <linux/if_arp.h> #include <net/neighbour.h> -#define HAVE_ARP_CREATE extern struct neigh_table arp_tbl;