diff options
Diffstat (limited to 'arch/um/drivers/ssl.c')
-rw-r--r-- | arch/um/drivers/ssl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c index fd09ad9e9c0a..b4ecf8db8f09 100644 --- a/arch/um/drivers/ssl.c +++ b/arch/um/drivers/ssl.c | |||
@@ -42,8 +42,6 @@ static struct chan_opts opts = { | |||
42 | .announce = ssl_announce, | 42 | .announce = ssl_announce, |
43 | .xterm_title = "Serial Line #%d", | 43 | .xterm_title = "Serial Line #%d", |
44 | .raw = 1, | 44 | .raw = 1, |
45 | .tramp_stack = 0, | ||
46 | .in_kernel = 1, | ||
47 | }; | 45 | }; |
48 | 46 | ||
49 | static int ssl_config(char *str, char **error_out); | 47 | static int ssl_config(char *str, char **error_out); |