Silesh C V <silesh@xxxxxx> writes: > Fix conditional compilation. What excatly was the compile error? and with which compiler? The current pm branch seems to compile fine for me. Kevin > Signed-off-by: Silesh C V <silesh@xxxxxx> > --- > > Applies on top of the latest pm branch. > > arch/arm/plat-omap/cpu-omap.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/plat-omap/cpu-omap.c b/arch/arm/plat-omap/cpu-omap.c > index df08829..02e4865 100644 > --- a/arch/arm/plat-omap/cpu-omap.c > +++ b/arch/arm/plat-omap/cpu-omap.c > @@ -41,7 +41,7 @@ static struct cpufreq_frequency_table *freq_table; > > #ifdef CONFIG_ARCH_OMAP1 > #define MPU_CLK "mpu" > -#elif CONFIG_ARCH_OMAP3 > +#elif defined(CONFIG_ARCH_OMAP3) > #define MPU_CLK "arm_fck" > #else > #define MPU_CLK "virt_prcm_set" -- 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