Re: [PATCH] ARM: l2x0: fix build warning without CONFIG_OF

2014-08-01 Thread Kefeng Wang
On 08/01 15:58, Russell King - ARM Linux wrote: > On Fri, Aug 01, 2014 at 10:42:00AM +0800, Kefeng Wang wrote: >> Commit cf9ea8f13(ARM: l2c: remove obsolete l2x0 ops for non-OF init) >> remove some obsolete l2x0 ops, the rest of ops: l2x0_cache_sync, >> l2x0_cache_sync, l2x0_disable only use under

Re: [PATCH] ARM: l2x0: fix build warning without CONFIG_OF

2014-08-01 Thread Russell King - ARM Linux
On Fri, Aug 01, 2014 at 10:42:00AM +0800, Kefeng Wang wrote: > Commit cf9ea8f13(ARM: l2c: remove obsolete l2x0 ops for non-OF init) > remove some obsolete l2x0 ops, the rest of ops: l2x0_cache_sync, > l2x0_cache_sync, l2x0_disable only use under OF enable, so move them > into OF part, or "defined b