* Grant Likely | 2011-02-16 15:09:21 [-0700]: >> @@ -236,6 +237,8 @@ static __init int add_rtc_cmos(void) >> } >> } >> #endif >> + if (of_have_populated_dt()) >> + return 0; > >Hmmm, should this hunk be moved to the next patch to preserve bisectability?
Makes sense. Without this chunk it is simply adding of_have_populated_dt(). So I merge with the next patch. >g. Sebastian _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
