* [patch 2.6.28-rc4-omap-git] beagle: warning fix
@ 2008-11-14 2:38 David Brownell
2008-11-14 21:46 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2008-11-14 2:38 UTC (permalink / raw)
To: linux-omap
From: David Brownell <dbrownell@users.sourceforge.net>
Fix a section warning for Beagle.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -116,7 +116,7 @@ static struct twl4030_usb_data beagle_us
.usb_mode = T2_USB_MODE_ULPI,
};
-static struct twl4030_hsmmc_info mmc[] __initdata = {
+static struct twl4030_hsmmc_info mmc[] = {
{
.mmc = 1,
.wires = 8,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 2.6.28-rc4-omap-git] beagle: warning fix
2008-11-14 2:38 [patch 2.6.28-rc4-omap-git] beagle: warning fix David Brownell
@ 2008-11-14 21:46 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-11-14 21:46 UTC (permalink / raw)
To: David Brownell; +Cc: linux-omap
* David Brownell <david-b@pacbell.net> [081113 18:38]:
> From: David Brownell <dbrownell@users.sourceforge.net>
>
> Fix a section warning for Beagle.
Pushing today.
Tony
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
>
> --- a/arch/arm/mach-omap2/board-omap3beagle.c
> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
> @@ -116,7 +116,7 @@ static struct twl4030_usb_data beagle_us
> .usb_mode = T2_USB_MODE_ULPI,
> };
>
> -static struct twl4030_hsmmc_info mmc[] __initdata = {
> +static struct twl4030_hsmmc_info mmc[] = {
> {
> .mmc = 1,
> .wires = 8,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-14 21:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 2:38 [patch 2.6.28-rc4-omap-git] beagle: warning fix David Brownell
2008-11-14 21:46 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox