diff options
| -rw-r--r-- | arch/score/kernel/traps.c | 1 | ||||
| -rw-r--r-- | arch/score/mm/extable.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/score/kernel/traps.c b/arch/score/kernel/traps.c index e359ec675869..12daf45369b4 100644 --- a/arch/score/kernel/traps.c +++ b/arch/score/kernel/traps.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | #include <linux/extable.h> | 26 | #include <linux/extable.h> |
| 27 | #include <linux/ptrace.h> | ||
| 27 | #include <linux/sched/mm.h> | 28 | #include <linux/sched/mm.h> |
| 28 | #include <linux/sched/signal.h> | 29 | #include <linux/sched/signal.h> |
| 29 | #include <linux/sched/debug.h> | 30 | #include <linux/sched/debug.h> |
diff --git a/arch/score/mm/extable.c b/arch/score/mm/extable.c index ec871355fc2d..6736a3ad6286 100644 --- a/arch/score/mm/extable.c +++ b/arch/score/mm/extable.c | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | #include <linux/extable.h> | 26 | #include <linux/extable.h> |
| 27 | #include <linux/ptrace.h> | ||
| 28 | #include <asm/extable.h> | ||
| 27 | 29 | ||
| 28 | int fixup_exception(struct pt_regs *regs) | 30 | int fixup_exception(struct pt_regs *regs) |
| 29 | { | 31 | { |
