From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] serial: xuartps: add __init to earlycon write method
Date: Thu, 07 May 2015 11:08:31 +0200 [thread overview]
Message-ID: <5630573.8B6nn9XCXJ@wuerfel> (raw)
In-Reply-To: <1430989359-4364-1-git-send-email-yamada.masahiro@socionext.com>
On Thursday 07 May 2015 18:02:39 Masahiro Yamada wrote:
> @@ -1075,7 +1075,8 @@ static void cdns_uart_console_putchar(struct uart_port *port, int ch)
> writel(ch, port->membase + CDNS_UART_FIFO_OFFSET);
> }
>
> -static void cdns_early_write(struct console *con, const char *s, unsigned n)
> +static void __init cdns_early_write(struct console *con, const char *s,
> + unsigned n)
> {
> struct earlycon_device *dev = con->data;
>
>
Why?
Arnd
next prev parent reply other threads:[~2015-05-07 9:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-07 9:02 [PATCH] serial: xuartps: add __init to earlycon write method Masahiro Yamada
2015-05-07 9:08 ` Arnd Bergmann [this message]
2015-05-07 9:14 ` Masahiro Yamada
2015-05-07 9:27 ` Arnd Bergmann
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=5630573.8B6nn9XCXJ@wuerfel \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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