From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mach-imx/mach-mx25_3ds: Fix section type
Date: Sat, 22 Jan 2011 20:46:21 +0100 [thread overview]
Message-ID: <20110122194621.GW14956@pengutronix.de> (raw)
In-Reply-To: <1295720336-28304-1-git-send-email-festevam@gmail.com>
On Sat, Jan 22, 2011 at 04:18:56PM -0200, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm/mach-imx/mach-mx25_3ds.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c
> index aa76cfd..8382e79 100644
> --- a/arch/arm/mach-imx/mach-mx25_3ds.c
> +++ b/arch/arm/mach-imx/mach-mx25_3ds.c
> @@ -180,7 +180,7 @@ static const uint32_t mx25pdk_keymap[] = {
> KEY(3, 3, KEY_POWER),
> };
>
> -static const struct matrix_keymap_data mx25pdk_keymap_data __initdata = {
> +static const struct matrix_keymap_data mx25pdk_keymap_data __initconst = {
> .keymap = mx25pdk_keymap,
> .keymap_size = ARRAY_SIZE(mx25pdk_keymap),
> };
> --
> 1.6.0.4
>
>
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2011-01-22 19:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-22 18:18 [PATCH] ARM: mach-imx/mach-mx25_3ds: Fix section type Fabio Estevam
2011-01-22 19:46 ` Uwe Kleine-König [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-01-22 18:17 Fabio Estevam
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=20110122194621.GW14956@pengutronix.de \
--to=u.kleine-koenig@pengutronix.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;
as well as URLs for NNTP newsgroup(s).