netfilter: xtables: use NFPROTO_ in standard targets
[safe/jmp/linux-2.6] / net / ipv6 / netfilter / ip6table_filter.c
index 40d2e36..ef5a0a3 100644 (file)
@@ -54,7 +54,6 @@ static struct
 static struct xt_table packet_filter = {
        .name           = "filter",
        .valid_hooks    = FILTER_VALID_HOOKS,
-       .lock           = __RW_LOCK_UNLOCKED(packet_filter.lock),
        .me             = THIS_MODULE,
        .af             = AF_INET6,
 };