diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2020-10-28 12:16:10 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-10-28 09:23:04 -0500 |
commit | 39613eaad3ceff320da344427a70c655e783475e (patch) | |
tree | ad5f3fd7719129fd3c9500f4a5c819058e699553 /include/linux/qcom-geni-se.h | |
parent | 827b5e6ec1144a34de27247a45a2f78b25d753a3 (diff) | |
download | linux-39613eaad3ceff320da344427a70c655e783475e.tar.gz linux-39613eaad3ceff320da344427a70c655e783475e.tar.bz2 linux-39613eaad3ceff320da344427a70c655e783475e.zip |
qcom-geni-se: remove has_opp_table
has_opp_table isn't used anymore, remove it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/08ec1ee1d4252a266956abb5f1e0e0026d753564.1603867487.git.viresh.kumar@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'include/linux/qcom-geni-se.h')
-rw-r--r-- | include/linux/qcom-geni-se.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/qcom-geni-se.h b/include/linux/qcom-geni-se.h index f7bbea3f09ca..ec2ad4b0fe14 100644 --- a/include/linux/qcom-geni-se.h +++ b/include/linux/qcom-geni-se.h @@ -48,7 +48,6 @@ struct geni_icc_path { * @clk_perf_tbl: Table of clock frequency input to serial engine clock * @icc_paths: Array of ICC paths for SE * @opp_table: Pointer to the OPP table - * @has_opp_table: Specifies if the SE has an OPP table */ struct geni_se { void __iomem *base; @@ -59,7 +58,6 @@ struct geni_se { unsigned long *clk_perf_tbl; struct geni_icc_path icc_paths[3]; struct opp_table *opp_table; - bool has_opp_table; }; /* Common SE registers */ |