]> git.itanic.dy.fi Git - linux-stable/commit
serial: 8250_mid: Remove 8250_pci usage
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 15 Sep 2023 09:43:35 +0000 (12:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2023 09:14:43 +0000 (11:14 +0200)
commita136abd7e7abe0f1247f8ffde6cc7c8ab09f985b
tree27da7d6b7a274a3e31f4de7fb0e87cea3ced32ae
parent4678de73932f8f3b835ff3cda76825ed53d4f6b7
serial: 8250_mid: Remove 8250_pci usage

8250_mid uses FL_*BASE* from linux/8250_pci.h and nothing else. The
code can be simplified by directly defining BARs within the driver
instead.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230915094336.13278-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_mid.c