Re: [PATCH v4 2/3] serial: 8250_port: Add support of pnp irq to __uart_read_properties()

From: Andy Shevchenko
Date: Wed Apr 03 2024 - 05:54:36 EST


On Wed, Apr 03, 2024 at 03:41:29PM +0800, Guanbing Huang wrote:
> From: Guanbing Huang <albanhuang@xxxxxxxxxxx>
>
> The function __uart_read_properties doesn't cover pnp devices, so add irq

__uart_read_properties()

PNP
IRQ

> processing for pnp devices in the branch.

PNP

..

> #include <linux/property.h>
> #include <linux/serial_core.h>
> #include <linux/spinlock.h>
> +#include <linux/pnp.h>

Keep it ordered (in this context it should go before property.h).

--
With Best Regards,
Andy Shevchenko