]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/netfilter/nf_nat_proto_unknown.c
netfilter: nat: remove module reference counting from NAT protocols
[mv-sheeva.git] / net / ipv4 / netfilter / nf_nat_proto_unknown.c
index ab8e8c1321688653f379dc77cac8c5a15587215f..e0afe8112b1c20bccd18ad20dd1634d0e64f240d 100644 (file)
@@ -46,7 +46,6 @@ unknown_manip_pkt(struct sk_buff *skb,
 }
 
 const struct nf_nat_protocol nf_nat_unknown_protocol = {
-       /* .me isn't set: getting a ref to this cannot fail. */
        .manip_pkt              = unknown_manip_pkt,
        .in_range               = unknown_in_range,
        .unique_tuple           = unknown_unique_tuple,