diff options
-rw-r--r-- | arch/x86/kernel/itmt.c | 2 |
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 @@ | |||
23 | #include <linux/sched.h> | 23 | #include <linux/sched.h> |
24 | #include <linux/cpumask.h> | 24 | #include <linux/cpumask.h> |
25 | #include <linux/cpuset.h> | 25 | #include <linux/cpuset.h> |
26 | #include <asm/mutex.h> | 26 | #include <linux/mutex.h> |
27 | #include <linux/sched.h> | 27 | #include <linux/sched.h> |
28 | #include <linux/sysctl.h> | 28 | #include <linux/sysctl.h> |
29 | #include <linux/nodemask.h> | 29 | #include <linux/nodemask.h> |