diff options
Diffstat (limited to 'drivers/gpu/drm/lima/lima_devfreq.h')
| -rw-r--r-- | drivers/gpu/drm/lima/lima_devfreq.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/drivers/gpu/drm/lima/lima_devfreq.h b/drivers/gpu/drm/lima/lima_devfreq.h index 2d9b3008ce77..b8e50feaeab6 100644 --- a/drivers/gpu/drm/lima/lima_devfreq.h +++ b/drivers/gpu/drm/lima/lima_devfreq.h @@ -4,20 +4,19 @@  #ifndef __LIMA_DEVFREQ_H__  #define __LIMA_DEVFREQ_H__ +#include <linux/devfreq.h>  #include <linux/spinlock.h>  #include <linux/ktime.h>  struct devfreq; -struct opp_table;  struct thermal_cooling_device;  struct lima_device;  struct lima_devfreq {  	struct devfreq *devfreq; -	struct opp_table *clkname_opp_table; -	struct opp_table *regulators_opp_table;  	struct thermal_cooling_device *cooling; +	struct devfreq_simple_ondemand_data gov_data;  	ktime_t busy_time;  	ktime_t idle_time; | 
