summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2013-04-13 18:02:26 +0800
committerAndy Green <andy.green@linaro.org>2013-04-13 18:14:38 +0800
commitb06c194c17c6dff4c785f1341d4a4bfa96bbb464 (patch)
tree4cacf70c8d5b67f7f69ca42685e60bb94baf2201
parent05f505273842104b079abb49f8fd7a61b646e773 (diff)
MAX_RT_PRIO has moved to another fileHEADmaster
We just need to pull it in Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--kernel/drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c b/kernel/drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c
index 4e500fe..ffc30ef 100644
--- a/kernel/drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c
+++ b/kernel/drivers/gpu/arm/t6xx/kbase/src/common/mali_kbase_js_policy_cfs.c
@@ -21,6 +21,8 @@
#include <kbase/src/common/mali_kbase_js.h>
#include <kbase/src/common/mali_kbase_js_policy_cfs.h>
+#include <linux/sched/rt.h>
+
/**
* Define for when dumping is enabled.
* This should not be based on the instrumentation level as whether dumping is enabled for a particular level is down to the integrator.