mxser: inline mxser_board_remove into mxser_remove
authorJiri Slaby <jslaby@suse.cz>
Fri, 18 Jun 2021 06:14:50 +0000 (08:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jun 2021 11:10:01 +0000 (13:10 +0200)
commitd450f0852fccccc4ae7ec4103e146ae1b61a6fef
tree1a80f35814b2196b9e409eedc24b43050193626f
parent57faa7d6148c2de56f7558eb0d4c837264553ba5
mxser: inline mxser_board_remove into mxser_remove

The only user of mxser_board_remove is mxser_remove. Move there those
few lines.

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