]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/nf_nat_proto_unknown.c
[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / nf_nat_proto_unknown.c
index a26efeb073cb927ac86f9a469a40763662398e7c..cda21ff0e4cfff7c094a9c18836dd21dabc48875 100644 (file)
@@ -46,7 +46,6 @@ unknown_manip_pkt(struct sk_buff *skb,
 }
 
 const struct nf_nat_protocol nf_nat_unknown_protocol = {
-       .name                   = "unknown",
        /* .me isn't set: getting a ref to this cannot fail. */
        .manip_pkt              = unknown_manip_pkt,
        .in_range               = unknown_in_range,