Re: linux-next: Tree for Mar 24 (drivers/tty/serial/pch_uart.c)

From: Greg Kroah-Hartman
Date: Thu Mar 25 2021 - 08:18:22 EST


On Wed, Mar 24, 2021 at 08:54:15AM -0700, Randy Dunlap wrote:
> On 3/24/21 3:07 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20210323:
> >
>
>
> on x86_64:
> # CONFIG_DEBUG_FS is not set
>
>
> ../drivers/tty/serial/pch_uart.c: In function ‘pch_uart_init_port’:
> ../drivers/tty/serial/pch_uart.c:1815:9: error: ‘port_regs_ops’ undeclared (first use in this function); did you mean ‘kobj_ns_ops’?
> &port_regs_ops);
>

Should already be fixed now, thanks.

greg k-h