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