diff --git a/include/linux/net.h b/include/linux/net.h index 19da2c08d7b6b75a36946ff6a32c867077a961d5..1bd76327ee2b120702fe093efdebba4ef94ad1f0 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -169,11 +169,6 @@ struct proto_ops { struct net_proto_family { int family; int (*create)(struct socket *sock, int protocol); - /* These are counters for the number of different methods of - each we support */ - short authentication; - short encryption; - short encrypt_net; struct module *owner; };