From a293b3954a9d46cf60073616e8ace3c72e3b2f45 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 28 Nov 2016 09:43:49 +0100 Subject: x86/sched: Use #include instead of #include 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 Cc: Rafael J. Wysocki Cc: Tim Chen Cc: peterz@infradead.org Cc: jolsa@redhat.com Cc: rjw@rjwysocki.net Cc: bp@suse.de Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86/kernel/itmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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 #include #include -#include +#include #include #include #include -- cgit v1.2.3