serial: core: clean up EXPORT_SYMBOLs
authorJiri Slaby <jslaby@suse.cz>
Mon, 24 Jan 2022 07:14:20 +0000 (08:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jan 2022 13:54:48 +0000 (14:54 +0100)
commit15dc475bcc1739caf4e42a93a73ba1970a9e1dde
treee5bdea55c1078f697f07ec80c87a8f5d8b4838c3
parent93cf538e23d024ef19cb6de531c5490576c23ccb
serial: core: clean up EXPORT_SYMBOLs

Some EXPORT_SYMBOLs are grouped at one location. Some follow functions
they export, but a newline is present before them. Fix all these and
move them where they belong.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220124071430.14907-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c