* R Sricharan <r.sricharan@xxxxxx> [120503 00:30]: > --- a/arch/arm/mach-omap2/devices.c > +++ b/arch/arm/mach-omap2/devices.c > @@ -85,7 +85,7 @@ static int __init omap4_l3_init(void) > * To avoid code running on other OMAPs in > * multi-omap builds > */ > - if (!(cpu_is_omap44xx())) > + if ((!(cpu_is_omap44xx())) && (!cpu_is_omap54xx())) > return -ENODEV; > > for (i = 0; i < L3_MODULES; i++) { Isn't there some unnecessary parens here? Tony -- 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