> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Felipe Balbi > Sent: Thursday, January 13, 2011 5:11 PM > To: Tony Lindgren > Cc: Paul Walmsley; Linux OMAP Mailing List; Felipe Balbi > Subject: [PATCH 4/4] arm: omap: clockdomain: fix compile error > > If building OMAP4-only kernel, we will see > the following compile error: > [...] > > Fix it. > > Signed-off-by: Felipe Balbi <balbi@xxxxxx> Looks like you missed the series what I posted and in the queue. http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg41712.html > --- > arch/arm/mach-omap2/clockdomain.h | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/clockdomain.h b/arch/arm/mach- > omap2/clockdomain.h > index de3faa2..092256d 100644 > --- a/arch/arm/mach-omap2/clockdomain.h > +++ b/arch/arm/mach-omap2/clockdomain.h > @@ -103,7 +103,8 @@ struct clockdomain { > const char *name; > struct powerdomain *ptr; > } pwrdm; > -#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) > +#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) || \ > + defined(CONFIG_ARCH_OMAP4) > const u16 clktrctrl_mask; > #endif > const u8 flags; > -- Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html