mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-29 02:01:21 +00:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
From ac8315518f935e75692ac04b2f999d481db0a8e1 Mon Sep 17 00:00:00 2001
|
|
From: Myy Miouyouyou <myy@mioiuyouyou.fr>
|
|
Date: Thu, 19 Oct 2017 21:00:12 +0200
|
|
Subject: [PATCH 03/28] midgard: mali_kbase: include <linux/sched/task_stack.h>
|
|
|
|
It seems that most of the old patches are not required anymore.
|
|
Except this one :
|
|
|
|
* sched/headers: Move task-stack related APIs from <linux/sched.h> to
|
|
<linux/sched/task_stack.h>
|
|
f3ac60671954c8d413532627b1be13a76f394c49
|
|
v4.11-rc1
|
|
|
|
Since this include can be guarded with #if #endif clauses, I don't
|
|
know they were not included in the r20p0 version...
|
|
|
|
Well.
|
|
|
|
Signed-off-by: Myy Miouyouyou <myy@mioiuyouyou.fr>
|
|
---
|
|
drivers/gpu/arm/midgard/mali_kbase.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/gpu/arm/midgard/mali_kbase.h b/drivers/gpu/arm/midgard/mali_kbase.h
|
|
index 56b364e5..9dd547f2 100644
|
|
--- a/drivers/gpu/arm/midgard/mali_kbase.h
|
|
+++ b/drivers/gpu/arm/midgard/mali_kbase.h
|
|
@@ -35,6 +35,8 @@
|
|
#include <linux/mutex.h>
|
|
#include <linux/rwsem.h>
|
|
#include <linux/sched.h>
|
|
+#include <linux/sched/task_stack.h>
|
|
+#include <linux/sched/mm.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/vmalloc.h>
|
|
--
|
|
2.11.0
|
|
|