From: Felipe Balbi <me@felipebalbi.com>
To: Arun KS <arunks@mistralsolutions.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH] Temporary fix to boot OMAP1 based boards
Date: Wed, 24 Sep 2008 01:43:40 +0300 [thread overview]
Message-ID: <20080923224339.GI10156@frodo> (raw)
In-Reply-To: <dfeb90390809230823l7c37d15au49c5726c7510718c@mail.gmail.com>
On Tue, Sep 23, 2008 at 08:53:09PM +0530, Arun KS wrote:
> This patch is a temporary fix for a kernel panic causing at omap1_clk_init
>
> Signed-off-by: Arun KS <arunks@mistralsolutions.com>
> ---
> arch/arm/plat-omap/include/mach/clock.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/mach/clock.h
> b/arch/arm/plat-omap/include/mach/clock.h
> index f26ad8c..b9c471e 100644
> --- a/arch/arm/plat-omap/include/mach/clock.h
> +++ b/arch/arm/plat-omap/include/mach/clock.h
> @@ -67,7 +67,11 @@ struct clk {
> struct clk *parent;
> unsigned long rate;
> __u32 flags;
> +#if defined(CONFIG_ARCH_OMAP1)
> + void __iomem *enable_reg;
> +#elif
> u16 enable_reg;
> +#endif
Did you try removing those (void __iomem *) casts from
arch/arm/mach-omap1/clock.h ??
with vim you can fix it by:
:%s/(void\ __iomem\ \*)//g
--
balbi
next prev parent reply other threads:[~2008-09-23 22:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-23 15:23 [PATCH] Temporary fix to boot OMAP1 based boards Arun KS
2008-09-23 22:43 ` Felipe Balbi [this message]
2008-09-24 4:50 ` Arun KS
2008-09-24 3:51 ` Hiroshi DOYU
2008-09-24 7:05 ` Arun KS
2008-09-24 7:12 ` Tony Lindgren
2008-09-24 8:00 ` Tony Lindgren
2008-09-24 8:03 ` Paul Walmsley
2008-09-24 8:06 ` Tony Lindgren
2008-09-24 8:08 ` Paul Walmsley
2008-09-24 8:34 ` Tony Lindgren
2008-09-24 9:03 ` Arun KS
2008-09-24 14:06 ` Paul Walmsley
2008-09-24 14:27 ` Tony Lindgren
2008-09-24 14:35 ` Paul Walmsley
2008-09-24 14:43 ` 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=20080923224339.GI10156@frodo \
--to=me@felipebalbi.com \
--cc=arunks@mistralsolutions.com \
--cc=linux-omap@vger.kernel.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 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.