Re: [PATCH 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 7:07 PM, Peter De Schrijver wrote: > On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: >> ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. >> Thus, make their compilation conditional to fix the below warnings introduced >> by commit

Re: [PATCH 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 7:07 PM, Peter De Schrijver pdeschrij...@nvidia.com wrote: On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. Thus, make their compilation conditional to fix the below warnings introduced

Re: [PATCH 1/1] clk: Fix build warnings

2014-06-30 Thread Peter De Schrijver
On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: > ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. > Thus, make their compilation conditional to fix the below warnings introduced > by commit 27b8d5f723 ("clk: flatten clk tree in debugfs"): >

Re: [PATCH 1/1] clk: Fix build warnings

2014-06-30 Thread Peter De Schrijver
On Mon, Jun 30, 2014 at 11:40:54AM +0200, Sachin Kamat wrote: ‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. Thus, make their compilation conditional to fix the below warnings introduced by commit 27b8d5f723 (clk: flatten clk tree in debugfs): drivers/clk/clk.c:40:27: