From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP: RM-680: fix omap2_init_common_hw compile break
Date: Thu, 16 Dec 2010 18:05:14 +0000 [thread overview]
Message-ID: <20101216180514.GA31322@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1292520438-29122-1-git-send-email-omar.ramirez@ti.com>
On Thu, Dec 16, 2010 at 11:27:18AM -0600, Omar Ramirez Luna wrote:
> diff --git a/arch/arm/mach-omap2/board-am3517crane.c b/arch/arm/mach-omap2/board-am3517crane.c
> index 8ba4047..781ed25 100644
> --- a/arch/arm/mach-omap2/board-am3517crane.c
> +++ b/arch/arm/mach-omap2/board-am3517crane.c
> @@ -47,7 +47,8 @@ static void __init am3517_crane_init_irq(void)
> omap_board_config = am3517_crane_config;
> omap_board_config_size = ARRAY_SIZE(am3517_crane_config);
>
> - omap2_init_common_hw(NULL, NULL);
> + omap2_init_common_infrastructure();
> + omap2_init_common_devices(NULL, NULL);
> omap_init_irq();
Once I have the init_early() sorted, hopefully most of the abuse in
these callbacks can be moved into the init_early() callback.
next prev parent reply other threads:[~2010-12-16 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-16 17:27 [PATCH] OMAP: RM-680: fix omap2_init_common_hw compile break Omar Ramirez Luna
2010-12-16 18:05 ` Russell King - ARM Linux [this message]
2010-12-16 18:27 ` Tony Lindgren
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=20101216180514.GA31322@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).