serial: pic32: move header content to .c
authorJiri Slaby <jslaby@suse.cz>
Tue, 3 May 2022 06:31:13 +0000 (08:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 20:39:16 +0000 (22:39 +0200)
commit29574d0ded40f1834f4a4a054d213fdc0642d60a
tree81c0e12c514c5f17d1b65440408fe89871f550b0
parent5c83ffd90bc078d6f585190dc9740584bfcad1e7
serial: pic32: move header content to .c

There is no point keeping the header content separated. So move the
content to the appropriate source file.

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