serial: icom: move header content to .c
authorJiri Slaby <jslaby@suse.cz>
Thu, 21 Apr 2022 08:58:03 +0000 (10:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Apr 2022 14:19:52 +0000 (16:19 +0200)
commit59a1d562d35ea49b7d00d963b16b47b3ed0b3568
treee5b0a403f9c121d1a9e57788dbdf54f7aa4f0841
parent7a5f86e86b7a2466c80c7d383efd66151d70c015
serial: icom: move header content to .c

There is no point keeping the header content separated. The header was
not even protected against double inclusion. So move the content to the
appropriate source file.

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