diff options
Diffstat (limited to 'arch/um/kernel/umid.c')
-rw-r--r-- | arch/um/kernel/umid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/kernel/umid.c b/arch/um/kernel/umid.c index 81e07e2be3ae..f6cc3bd61781 100644 --- a/arch/um/kernel/umid.c +++ b/arch/um/kernel/umid.c | |||
@@ -4,9 +4,9 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <asm/errno.h> | 6 | #include <asm/errno.h> |
7 | #include "init.h" | 7 | #include <init.h> |
8 | #include "kern.h" | 8 | #include <kern.h> |
9 | #include "os.h" | 9 | #include <os.h> |
10 | 10 | ||
11 | /* Changed by set_umid_arg */ | 11 | /* Changed by set_umid_arg */ |
12 | static int umid_inited = 0; | 12 | static int umid_inited = 0; |