aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/skas/mmu.c')
-rw-r--r--arch/um/kernel/skas/mmu.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/um/kernel/skas/mmu.c b/arch/um/kernel/skas/mmu.c
index 0a49ef0c2bf4..ff03067a3b14 100644
--- a/arch/um/kernel/skas/mmu.c
+++ b/arch/um/kernel/skas/mmu.c
@@ -3,14 +3,14 @@
3 * Licensed under the GPL 3 * Licensed under the GPL
4 */ 4 */
5 5
6#include "linux/mm.h" 6#include <linux/mm.h>
7#include "linux/sched.h" 7#include <linux/sched.h>
8#include "linux/slab.h" 8#include <linux/slab.h>
9#include "asm/pgalloc.h" 9#include <asm/pgalloc.h>
10#include "asm/pgtable.h" 10#include <asm/pgtable.h>
11#include "as-layout.h" 11#include <as-layout.h>
12#include "os.h" 12#include <os.h>
13#include "skas.h" 13#include <skas.h>
14 14
15extern int __syscall_stub_start; 15extern int __syscall_stub_start;
16 16