All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Charulatha V <charu@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP3: HWMOD: Fix compilation error due to sr hwmod usage
Date: Tue, 22 Jun 2010 08:29:43 -0700	[thread overview]
Message-ID: <87iq5bkrvc.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1277218823-15133-1-git-send-email-charu@ti.com> (Charulatha V.'s message of "Tue\, 22 Jun 2010 20\:30\:23 +0530")

Charulatha V <charu@ti.com> writes:

> On 'origin/pm-wip/hwmods-omap4' branch, fix the following
> compilation error:
>
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c:218:
> 	error: 'omap34xx_sr1_hwmod' undeclared here (not in a function)
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c:219:
> 	error: 'omap34xx_sr2_hwmod' undeclared here (not in a function)
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c:220: error:
> 	'omap36xx_sr1_hwmod' undeclared here (not in a function)
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c:221:
> 	error: 'omap36xx_sr2_hwmod' undeclared here (not in a function)
> make[1]: *** [arch/arm/mach-omap2/omap_hwmod_3xxx_data.o] Error 1
>
> Signed-off-by: Charulatha V <charu@ti.com>

Oops, looks like a mis-merge on my part when adding the IVA hwmod data.

I fixed this and just pushed an updated version of the pm-wip/hwmods
branch and (rebased pm-wip/runtime and pm-wip/hwmods-omap4 on top.)

Note that it make take a little time to propagate to the kernel.org
mirrors.

Kevin

> ---
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
> index f7e1ace..fe92b5d 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
> @@ -215,10 +215,6 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
>  	&omap3xxx_l4_wkup_hwmod,
>  	&omap3xxx_mpu_hwmod,
>  	&omap3xxx_iva2_hwmod,
> -	&omap34xx_sr1_hwmod,
> -	&omap34xx_sr2_hwmod,
> -	&omap36xx_sr1_hwmod,
> -	&omap36xx_sr2_hwmod,
>  	NULL,
>  };
>  
> -- 
> 1.6.3.3

      reply	other threads:[~2010-06-22 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-22 15:00 [PATCH] OMAP3: HWMOD: Fix compilation error due to sr hwmod usage Charulatha V
2010-06-22 15:29 ` Kevin Hilman [this message]

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=87iq5bkrvc.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=charu@ti.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.