Re: [PATCH] clk: armada-xp: Remove unused variables

2019-06-06 Thread Stephen Boyd
Quoting Philippe Mazenauer (2019-05-21 01:58:41) > Variables 'mv98dx3236_gating_desc' and 'mv98dx3236_coreclks' are > declared static and initialized, but are not used in the file. > > ../drivers/clk/mvebu/armada-xp.c:213:41: warning: ‘mv98dx3236_gating_desc’ > defined but not used [-Wunused-cons

Re: [PATCH] clk: armada-xp: Remove unused variables

2019-06-06 Thread Stephen Boyd
Quoting Philippe Mazenauer (2019-05-21 01:58:41) > Variables 'mv98dx3236_gating_desc' and 'mv98dx3236_coreclks' are > declared static and initialized, but are not used in the file. > > ../drivers/clk/mvebu/armada-xp.c:213:41: warning: ‘mv98dx3236_gating_desc’ > defined but not used [-Wunused-cons

Re: [PATCH] clk: armada-xp: Remove unused variables

2019-05-21 Thread Chris Packham
Hi Philippe, On 21/05/19 8:58 PM, Philippe Mazenauer wrote: > Variables 'mv98dx3236_gating_desc' and 'mv98dx3236_coreclks' are > declared static and initialized, but are not used in the file. > > ../drivers/clk/mvebu/armada-xp.c:213:41: warning: ‘mv98dx3236_gating_desc’ > defined but not used [-