All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Bryan Wu <bryan.wu@canonical.com>
Cc: paul@pwsan.com, linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP: kill all section mismatch warning for omap2plus_defconfig
Date: Fri, 17 Dec 2010 17:26:54 -0800	[thread overview]
Message-ID: <20101218012653.GF5941@atomide.com> (raw)
In-Reply-To: <1291776085-9538-1-git-send-email-bryan.wu@canonical.com>

* Bryan Wu <bryan.wu@canonical.com> [101207 18:31]:
> This patch will kill following section mismatch warnings:
...

> --- a/arch/arm/mach-omap2/board-2430sdp.c
> +++ b/arch/arm/mach-omap2/board-2430sdp.c
> @@ -135,7 +135,7 @@ static inline void board_smc91x_init(void)
>  
>  #endif
>  
> -static struct omap_board_config_kernel sdp2430_config[] = {
> +static struct omap_board_config_kernel sdp2430_config[] __initdata = {
>  	{OMAP_TAG_LCD, &sdp2430_lcd_config},
>  };
>  

Thanks merging this. Note that the OMAP_TAG_LCD stuff should be
replaced with just platform_data.

Regards,

Tony

  parent reply	other threads:[~2010-12-18  1:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08  2:41 [PATCH] OMAP: kill all section mismatch warning for omap2plus_defconfig Bryan Wu
2010-12-18  1:25 ` [APPLIED] [PATCH] OMAP: kill all section mismatch warning for Tony Lindgren
2010-12-18  1:26 ` Tony Lindgren [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-30 14:42 [PATCH] OMAP: kill all section mismatch warning for omap2plus_defconfig Bryan Wu
2010-11-30 14:42 ` Bryan Wu

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=20101218012653.GF5941@atomide.com \
    --to=tony@atomide.com \
    --cc=bryan.wu@canonical.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.