Re: [PATCH v1 4/5] serial: 8250_exar: Use 8250 PCI library to map and assign resources

From: Greg Kroah-Hartman
Date: Sat Feb 17 2024 - 11:44:41 EST


On Wed, Feb 14, 2024 at 07:09:37PM +0200, Andy Shevchenko wrote:
> 8250 PCI library provides a common code to map and assign resources.
> Use it in order to deduplicate existing code and support IO port
> variants.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> drivers/tty/serial/8250/8250_exar.c | 10 +++++-----
> drivers/tty/serial/8250/Kconfig | 1 +
> 2 files changed, 6 insertions(+), 5 deletions(-)

Looks like you have a build error :(