]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/arptable_filter.c
[NETFILTER]: x_tables: remove unused argument to target functions
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / arptable_filter.c
index d7c472faa53b9666449b66dda6629137b1ae1970..7edea2a1696c010930cd77d89c76cc558f217063 100644 (file)
@@ -155,7 +155,7 @@ static unsigned int arpt_hook(unsigned int hook,
                              const struct net_device *out,
                              int (*okfn)(struct sk_buff *))
 {
-       return arpt_do_table(pskb, hook, in, out, &packet_filter, NULL);
+       return arpt_do_table(pskb, hook, in, out, &packet_filter);
 }
 
 static struct nf_hook_ops arpt_ops[] = {