Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_arp.c b/extensions/ebt_arp.c
index 4171d57..64d337d 100644
--- a/extensions/ebt_arp.c
+++ b/extensions/ebt_arp.c
@@ -351,7 +351,7 @@
 
 static struct ebt_u_match arp_match =
 {
-	.name		= EBT_ARP_MATCH,
+	.name		= "arp",
 	.size		= sizeof(struct ebt_arp_info),
 	.help		= print_help,
 	.init		= init,