serial: cpm_uart: Remove cpm_uart/ subdirectory
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 3 Aug 2023 13:56:50 +0000 (15:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Aug 2023 13:08:30 +0000 (15:08 +0200)
commitdbae4258d156e1c698bdd6deb56e13aa4d4e55cc
tree44759d94f964145e5784d26de77321806a0a24eb
parent8d1bd031ba152115461b3326eb3bdf7ca1f9bb3d
serial: cpm_uart: Remove cpm_uart/ subdirectory

cpm_uart/ subdirectory only has cpm_uart_core.c and cpm_uart.h now.

Move them up and remove cpm_uart/ directory while renaming
cpm_uart_core.c as cpm_uart.c

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/9b8b8f89fc386480030f5339abe307541ae436a6.1691068700.git.christophe.leroy@csgroup.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Makefile
drivers/tty/serial/cpm_uart.c [new file with mode: 0644]
drivers/tty/serial/cpm_uart.h [new file with mode: 0644]
drivers/tty/serial/cpm_uart/Makefile [deleted file]
drivers/tty/serial/cpm_uart/cpm_uart.h [deleted file]
drivers/tty/serial/cpm_uart/cpm_uart_core.c [deleted file]