]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf03874b91d0cb9140e43922975241c5574d0c457
tree85071203c45764bc33db6564c6efb916019f9e0a
parent025dcc8bcdffff0d2c5fd6f1f4010c4b6b8074f4
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]