aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2016-11-28 09:43:49 +0100
committerIngo Molnar <[email protected]>2016-11-28 09:43:49 +0100
commita293b3954a9d46cf60073616e8ace3c72e3b2f45 (patch)
treef0fc4540a761d991f17150ad313c197825f0c37b
parent17669006adf64d35a74cb21e3c8dfb6fb8be689f (diff)
x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>
asm/mutex.h is gone from the locking tree, which makes sched/core break the build. Use linux/mutex.h instead, which is the canonical method. Cc: Srinivas Pandruvada <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Cc: Tim Chen <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--arch/x86/kernel/itmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/itmt.c b/arch/x86/kernel/itmt.c
index 672fbf7df2a4..cb9c1ed1d391 100644
--- a/arch/x86/kernel/itmt.c
+++ b/arch/x86/kernel/itmt.c
@@ -23,7 +23,7 @@
#include <linux/sched.h>
#include <linux/cpumask.h>
#include <linux/cpuset.h>
-#include <asm/mutex.h>
+#include <linux/mutex.h>
#include <linux/sched.h>
#include <linux/sysctl.h>
#include <linux/nodemask.h>