Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 757dbb49 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

[NET]: drop unused elements from net_proto_family



Three values in net_proto_family are defined but never used.

Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89bddce5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
};