diff options
author | David S. Miller <davem@davemloft.net> | 2006-03-20 22:18:37 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 22:18:37 -0500 |
commit | ee857a7d672859cf4eb735d32bce22c8b7ad0bd2 (patch) | |
tree | 4a6274454ed4af42fb2806151d14280f778f2281 /net/xfrm/xfrm_user.c | |
parent | 0ac8475248164553ffe21948c7b1a4b9d2a935dc (diff) |
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
xfrm_user could be modular, and since generic code uses this symbol
now...
Signed-off-by: David S. Miller <davem@davemloft.net>
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 | ||