aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2023-03-15 11:56:30 -0400
committerBjorn Andersson <[email protected]>2023-03-15 15:37:27 -0700
commit54ed70b57623e18f6c18f510cbe1e741bca89f34 (patch)
treec1d99192bb74cacfaf07af7c281e886669ce6fd1 /tools
parent1bf088a9f0e50acd175ba8deef0db11c099fa26e (diff)
clk: qcom: remove unused variables gpucc_parent_data,map_2
gcc with W=1 reports these errors drivers/clk/qcom/gpucc-sm6375.c:145:37: error: ‘gpucc_parent_data_2’ defined but not used [-Werror=unused-const-variable=] 145 | static const struct clk_parent_data gpucc_parent_data_2[] = { | ^~~~~~~~~~~~~~~~~~~ drivers/clk/qcom/gpucc-sm6375.c:139:32: error: ‘gpucc_parent_map_2’ defined but not used [-Werror=unused-const-variable=] 139 | static const struct parent_map gpucc_parent_map_2[] = { | ^~~~~~~~~~~~~~~~~~ These variables are not used, so remove them. Signed-off-by: Tom Rix <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions