diff options
author | 2021-02-02 14:37:25 +0000 | |
---|---|---|
committer | 2021-02-02 14:37:25 +0000 | |
commit | 9d4d8572a539ef807e21c196f145aa365fd52f0e (patch) | |
tree | 59a4fcd89ce86de32f068c2052f17a348188ae7e /drivers/gpu/drm/lima/lima_devfreq.h | |
parent | Linux 5.10 (diff) | |
parent | amba: Make use of bus_type functions (diff) | |
download | linux-dev-9d4d8572a539ef807e21c196f145aa365fd52f0e.tar.xz linux-dev-9d4d8572a539ef807e21c196f145aa365fd52f0e.zip |
Merge tag 'amba-make-remove-return-void' of https://git.pengutronix.de/git/ukl/linux into devel-stable
Tag for adaptions to struct amba_driver::remove changing prototype
Diffstat (limited to 'drivers/gpu/drm/lima/lima_devfreq.h')
-rw-r--r-- | drivers/gpu/drm/lima/lima_devfreq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_devfreq.h b/drivers/gpu/drm/lima/lima_devfreq.h index 5eed2975a375..2d9b3008ce77 100644 --- a/drivers/gpu/drm/lima/lima_devfreq.h +++ b/drivers/gpu/drm/lima/lima_devfreq.h @@ -18,7 +18,6 @@ struct lima_devfreq { struct opp_table *clkname_opp_table; struct opp_table *regulators_opp_table; struct thermal_cooling_device *cooling; - bool opp_of_table_added; ktime_t busy_time; ktime_t idle_time; |