diff options
Diffstat (limited to 'net/xfrm/xfrm_user.c')
| -rw-r--r-- | net/xfrm/xfrm_user.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index b46ee7d4dae7..07b71680cde0 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
| @@ -28,8 +28,6 @@ | |||
| 28 | #include <net/netlink.h> | 28 | #include <net/netlink.h> | 
| 29 | #include <asm/uaccess.h> | 29 | #include <asm/uaccess.h> | 
| 30 | 30 | ||
| 31 | struct sock *xfrm_nl; | ||
| 32 | |||
| 33 | static int verify_one_alg(struct rtattr **xfrma, enum xfrm_attr_type_t type) | 31 | static int verify_one_alg(struct rtattr **xfrma, enum xfrm_attr_type_t type) | 
| 34 | { | 32 | { | 
| 35 | struct rtattr *rt = xfrma[type - 1]; | 33 | struct rtattr *rt = xfrma[type - 1]; | 
| @@ -1974,5 +1972,4 @@ module_init(xfrm_user_init); | |||
| 1974 | module_exit(xfrm_user_exit); | 1972 | module_exit(xfrm_user_exit); | 
| 1975 | MODULE_LICENSE("GPL"); | 1973 | MODULE_LICENSE("GPL"); | 
| 1976 | MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM); | 1974 | MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM); | 
| 1977 | EXPORT_SYMBOL(xfrm_nl); | ||
| 1978 | 1975 | ||
