linux57-tkg: muqss: Add missing static function, uclamp_is_used - db04c0928e

Thanks to aspen for pointing it out
This commit is contained in:
Tk-Glitch
2020-08-26 19:23:12 +02:00
parent 6c3afa9aab
commit 5ce83b665f
2 changed files with 7 additions and 2 deletions

View File

@@ -11100,7 +11100,7 @@ new file mode 100644
index 000000000000..b34f2797e44f
--- /dev/null
+++ b/kernel/sched/MuQSS.h
@@ -0,0 +1,1051 @@
@@ -0,0 +1,1056 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef MUQSS_SCHED_H
+#define MUQSS_SCHED_H
@@ -11913,6 +11913,11 @@ index 000000000000..b34f2797e44f
+ return util;
+}
+
+static inline bool uclamp_is_used(void)
+{
+ return false;
+}
+
+#ifndef arch_scale_freq_tick
+static __always_inline
+void arch_scale_freq_tick(void)