hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_clk_rate_trace_mgr.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
22 /*
33 *
4
- * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2020-2022 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -26,6 +26,7 @@
2626 #include <mali_kbase.h>
2727 #include <mali_kbase_config_defaults.h>
2828 #include <linux/clk.h>
29
+#include <linux/pm_opp.h>
2930 #include <asm/div64.h>
3031 #include "backend/gpu/mali_kbase_clk_rate_trace_mgr.h"
3132
....@@ -46,7 +47,7 @@
4647 * Return: Pointer to clk trace ops if supported or NULL.
4748 */
4849 static struct kbase_clk_rate_trace_op_conf *
49
-get_clk_rate_trace_callbacks(struct kbase_device *kbdev __maybe_unused)
50
+get_clk_rate_trace_callbacks(__maybe_unused struct kbase_device *kbdev)
5051 {
5152 /* base case */
5253 struct kbase_clk_rate_trace_op_conf *callbacks =