]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>
authorIngo Molnar <mingo@kernel.org>
Mon, 28 Nov 2016 08:43:49 +0000 (09:43 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 28 Nov 2016 08:43:49 +0000 (09:43 +0100)
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 <srinivas.pandruvada@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: peterz@infradead.org
Cc: jolsa@redhat.com
Cc: rjw@rjwysocki.net
Cc: bp@suse.de
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/itmt.c

index 672fbf7df2a41383e9537a702079050ef1f01eec..cb9c1ed1d3919574ff1e54cc2a0ee66a8d0c36bf 100644 (file)
@@ -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>