diff options
author | Jason Yan <[email protected]> | 2020-09-11 09:37:22 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-09-22 11:50:23 -0700 |
commit | 34e4c3cac6ffe9d20ae321083b519128feadb771 (patch) | |
tree | 14a1368602a4b4153a7b5117a98b345e9149cc48 /lib/test_overflow.c | |
parent | a9e545ac63c25ab84e7a546008585685dbbf994f (diff) |
clk: qcom: gcc-msm8939: remove defined but not used variables
This addresses the following gcc warning with "make W=1":
drivers/clk/qcom/gcc-msm8939.c:610:32: warning:
‘gcc_xo_gpll6_gpll0a_map’ defined but not used
[-Wunused-const-variable=]
static const struct parent_map gcc_xo_gpll6_gpll0a_map[] = {
^~~~~~~~~~~~~~~~~~~~~~~
drivers/clk/qcom/gcc-msm8939.c:598:32: warning: ‘gcc_xo_gpll6_gpll0_map’
defined but not used [-Wunused-const-variable=]
static const struct parent_map gcc_xo_gpll6_gpll0_map[] = {
^~~~~~~~~~~~~~~~~~~~~~
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Jason Yan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions