diff options
Diffstat (limited to 'arch/mips/netlogic/xlp/cop2-ex.c')
-rw-r--r-- | arch/mips/netlogic/xlp/cop2-ex.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/netlogic/xlp/cop2-ex.c b/arch/mips/netlogic/xlp/cop2-ex.c index 52bc5de42005..21e439b3db70 100644 --- a/arch/mips/netlogic/xlp/cop2-ex.c +++ b/arch/mips/netlogic/xlp/cop2-ex.c | |||
@@ -9,11 +9,14 @@ | |||
9 | * Copyright (C) 2009 Wind River Systems, | 9 | * Copyright (C) 2009 Wind River Systems, |
10 | * written by Ralf Baechle <ralf@linux-mips.org> | 10 | * written by Ralf Baechle <ralf@linux-mips.org> |
11 | */ | 11 | */ |
12 | #include <linux/capability.h> | ||
12 | #include <linux/init.h> | 13 | #include <linux/init.h> |
13 | #include <linux/irqflags.h> | 14 | #include <linux/irqflags.h> |
14 | #include <linux/notifier.h> | 15 | #include <linux/notifier.h> |
15 | #include <linux/prefetch.h> | 16 | #include <linux/prefetch.h> |
17 | #include <linux/ptrace.h> | ||
16 | #include <linux/sched.h> | 18 | #include <linux/sched.h> |
19 | #include <linux/sched/task_stack.h> | ||
17 | 20 | ||
18 | #include <asm/cop2.h> | 21 | #include <asm/cop2.h> |
19 | #include <asm/current.h> | 22 | #include <asm/current.h> |