aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h')
-rw-r--r--drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h b/drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h
index e0a76dcbb351..fa921eaeab7d 100644
--- a/drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h
+++ b/drivers/gpu/arm/mali/linux/mali_kernel_devfreq.h
@@ -26,11 +26,6 @@ _mali_osk_errcode_t mali_utilization_init(void);
void mali_utilization_term(void);
/**
- * Should be called when a job is about to execute a job
- */
-void mali_utilization_core_start(void);
-
-/**
* Should be called to suspend the utilization monitoring during
* system suspend or device pm-runtime suspend
*/
@@ -42,10 +37,4 @@ void mali_utilization_suspend(void);
*/
void mali_utilization_resume(void);
-/**
- * Should be called when a job has completed executing a job
- */
-void mali_utilization_core_end(void);
-
-
#endif /* __MALI_KERNEL_DEVFREQ_H__ */