diff options
Diffstat (limited to 'arch/um/drivers/ssl.c')
-rw-r--r-- | arch/um/drivers/ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c index 8564784cd2e1..e1895d9babbe 100644 --- a/arch/um/drivers/ssl.c +++ b/arch/um/drivers/ssl.c | |||
@@ -224,7 +224,7 @@ __uml_exitcall(ssl_exit); | |||
224 | 224 | ||
225 | static int ssl_chan_setup(char *str) | 225 | static int ssl_chan_setup(char *str) |
226 | { | 226 | { |
227 | return line_setup(serial_lines, ARRAY_SIZE(serial_lines), str, 1); | 227 | return line_setup(serial_lines, ARRAY_SIZE(serial_lines), str); |
228 | } | 228 | } |
229 | 229 | ||
230 | __setup("ssl", ssl_chan_setup); | 230 | __setup("ssl", ssl_chan_setup); |