Commit ba444ea3 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman

tty: xtensa/iss, make rs_init static

To fix the warning:
warning: no previous prototype for 'rs_init'

Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
Acked-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210302062214.29627-33-jslaby@suse.czSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a1a8425
...@@ -141,7 +141,7 @@ static const struct tty_operations serial_ops = { ...@@ -141,7 +141,7 @@ static const struct tty_operations serial_ops = {
.proc_show = rs_proc_show, .proc_show = rs_proc_show,
}; };
int __init rs_init(void) static int __init rs_init(void)
{ {
tty_port_init(&serial_port); tty_port_init(&serial_port);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment