]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/netfilter/nf_nat_protocol.h
netfilter: nat: remove module reference counting from NAT protocols
[mv-sheeva.git] / include / net / netfilter / nf_nat_protocol.h
index 7156c002b59c8d01daa54d1bf36de3fc3c040a09..eaad0ac741cd9866ed811d0fda276e38bc2b1fb9 100644 (file)
@@ -10,8 +10,6 @@ struct nf_nat_protocol {
        /* Protocol number. */
        unsigned int protonum;
 
-       struct module *me;
-
        /* Translate a packet to the target according to manip type.
           Return true if succeeded. */
        bool (*manip_pkt)(struct sk_buff *skb,