mxser: integrate mxser.h into .c
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:10 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:09:58 +0000 (13:09 +0200)
commit4463cc5b8cbeb38cf1bf4b25ac285a9cd10a7f2b
treedcf1f51cab08307b44e865d2972b73dedf879530
parentcede216a0539db096e7767e7dd77ac4544415e49
mxser: integrate mxser.h into .c

As mxser.h serves only mxser.c, integrate the definitions into .c and
drop .h. There are some "semi-public" ioctl definitions, but they are
mostly go away in the next patches. If something, they would need to
live in an uapi header anyway.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-5-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c
drivers/tty/mxser.h [deleted file]