diff options
Diffstat (limited to 'arch/um/kernel/exec.c')
-rw-r--r-- | arch/um/kernel/exec.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/um/kernel/exec.c b/arch/um/kernel/exec.c index 8c82786da823..de66c421ae9d 100644 --- a/arch/um/kernel/exec.c +++ b/arch/um/kernel/exec.c | |||
@@ -12,10 +12,10 @@ | |||
12 | #include <asm/current.h> | 12 | #include <asm/current.h> |
13 | #include <asm/processor.h> | 13 | #include <asm/processor.h> |
14 | #include <asm/uaccess.h> | 14 | #include <asm/uaccess.h> |
15 | #include "as-layout.h" | 15 | #include <as-layout.h> |
16 | #include "mem_user.h" | 16 | #include <mem_user.h> |
17 | #include "skas.h" | 17 | #include <skas.h> |
18 | #include "os.h" | 18 | #include <os.h> |
19 | #include "internal.h" | 19 | #include "internal.h" |
20 | 20 | ||
21 | void flush_thread(void) | 21 | void flush_thread(void) |