Re: mmotm 2022-02-28-14-45 uploaded (drivers/tty/serial/sunplus-uart.c:)

From: Randy Dunlap
Date: Mon Feb 28 2022 - 19:46:33 EST




On 2/28/22 14:45, Andrew Morton wrote:
> The mm-of-the-moment snapshot 2022-02-28-14-45 has been uploaded to
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> https://ozlabs.org/~akpm/mmotm/series

on x86_64 or i386:

when CONFIG_SERIAL_SUNPLUS_CONSOLE is not set:

../drivers/tty/serial/sunplus-uart.c:574:12: error: ‘sunplus_uart_console’ undeclared here (not in a function); did you mean ‘sunplus_uart_ops’?
.cons = &sunplus_uart_console,
^~~~~~~~~~~~~~~~~~~~



--
~Randy