linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Andrew Morton <akpm@linux-foundation.org>,
	broonie@kernel.org, mhocko@suse.cz, sfr@canb.auug.org.au,
	linux-next@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	mm-commits@vger.kernel.org, linux-serial@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Hammer Hsieh <hammerh0314@gmail.com>
Subject: Re: mmotm 2022-02-28-14-45 uploaded (drivers/tty/serial/sunplus-uart.c:)
Date: Mon, 28 Feb 2022 16:53:44 -0800	[thread overview]
Message-ID: <c35bb2e5-0538-1247-a5a4-7eb34836947a@infradead.org> (raw)
In-Reply-To: <1e91ecfb-0432-8c0c-e537-49954313abff@infradead.org>



On 2/28/22 16:46, Randy Dunlap wrote:
> 
> 
> 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,
>             ^~~~~~~~~~~~~~~~~~~~

Huh. On a different build, another build error was found,
also with CONFIG_SERIAL_SUNPLUS_CONSOLE not set:

../drivers/tty/serial/sunplus-uart.c: In function ‘sunplus_poll_put_char’:
../drivers/tty/serial/sunplus-uart.c:464:2: error: implicit declaration of function ‘wait_for_xmitr’; did you mean ‘wait_on_bit’? [-Werror=implicit-function-declaration]
  wait_for_xmitr(port);
  ^~~~~~~~~~~~~~


-- 
~Randy

      reply	other threads:[~2022-03-01  0:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 22:45 mmotm 2022-02-28-14-45 uploaded Andrew Morton
2022-03-01  0:46 ` mmotm 2022-02-28-14-45 uploaded (drivers/tty/serial/sunplus-uart.c:) Randy Dunlap
2022-03-01  0:53   ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c35bb2e5-0538-1247-a5a4-7eb34836947a@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hammerh0314@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=mhocko@suse.cz \
    --cc=mm-commits@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).