Commit 39613eaa authored by Viresh Kumar's avatar Viresh Kumar Committed by Bjorn Andersson
Browse files

qcom-geni-se: remove has_opp_table

parent 827b5e6e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */