serial: amba-pl011: move header content to .c
authorJiri Slaby <jslaby@suse.cz>
Thu, 19 May 2022 07:57:20 +0000 (09:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:23:09 +0000 (18:23 +0200)
commit9bb13b2f77819d868902753fc73f6a03200fad80
tree85071203c45764bc33db6564c6efb916019f9e0a
parent925ea0fa5277c1e6bb9e51955ef34eea9736c3d7
serial: amba-pl011: move header content to .c

There is no point keeping the header content separated. In this case, it
is only an enum. So move the enum to the appropriate source file.

Cc: Russell King <linux@armlinux.org.uk>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220519075720.31402-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c
drivers/tty/serial/amba-pl011.h [deleted file]