kernel/drivers/gpu/arm/mali400/mali/common/mali_osk_mali.h
.. .. @@ -28,9 +28,12 @@ 28 28 struct device *dev; 29 29 #ifdef CONFIG_HAVE_CLK 30 30 struct clk *clock; 31 + struct clk_bulk_data *clks;32 + int num_clks;31 33 #endif 32 34 #ifdef CONFIG_REGULATOR 33 35 struct regulator *regulator; 36 + struct opp_table *opp_table;34 37 #endif 35 38 #ifdef CONFIG_PM_DEVFREQ 36 39 struct devfreq_dev_profile devfreq_profile;