Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux-2.6-microblaze.git] / include / linux / qcom-geni-se.h
index f7bbea3..ec2ad4b 100644 (file)
@@ -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 */