diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2018-10-20 20:09:23 -0400 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-10-21 02:13:32 -0400 |
commit | c16ee04c9b305d57719344922c4d48379e206a79 (patch) | |
tree | a091cc2a758e0c9eda5aef6bdf96ae3214e30544 /net/tls/tls_main.c | |
parent | 2576b96757e481fb40f097517763ccf75f935037 (diff) |
ulp: remove uid and user_visible members
They are not used anymore and therefore should be removed.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'net/tls/tls_main.c')
-rw-r--r-- | net/tls/tls_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c index e90b6d537077..311cec8e533d 100644 --- a/net/tls/tls_main.c +++ b/net/tls/tls_main.c | |||
@@ -715,8 +715,6 @@ EXPORT_SYMBOL(tls_unregister_device); | |||
715 | 715 | ||
716 | static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = { | 716 | static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = { |
717 | .name = "tls", | 717 | .name = "tls", |
718 | .uid = TCP_ULP_TLS, | ||
719 | .user_visible = true, | ||
720 | .owner = THIS_MODULE, | 718 | .owner = THIS_MODULE, |
721 | .init = tls_init, | 719 | .init = tls_init, |
722 | }; | 720 | }; |