[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry
[powerpc.git] / net / ipv4 / netfilter / arptable_filter.c
index 302d3da..7201511 100644 (file)
@@ -64,7 +64,7 @@ static unsigned int arpt_hook(unsigned int hook,
        return arpt_do_table(skb, hook, in, out, &packet_filter);
 }
 
-static struct nf_hook_ops arpt_ops[] = {
+static struct nf_hook_ops arpt_ops[] __read_mostly = {
        {
                .hook           = arpt_hook,
                .owner          = THIS_MODULE,