diff options
Diffstat (limited to 'arch/um/include/asm/pgtable.h')
-rw-r--r-- | arch/um/include/asm/pgtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/asm/pgtable.h b/arch/um/include/asm/pgtable.h index 5888f1b83477..ae02909a1875 100644 --- a/arch/um/include/asm/pgtable.h +++ b/arch/um/include/asm/pgtable.h | |||
@@ -23,9 +23,9 @@ | |||
23 | pte_present gives true */ | 23 | pte_present gives true */ |
24 | 24 | ||
25 | #ifdef CONFIG_3_LEVEL_PGTABLES | 25 | #ifdef CONFIG_3_LEVEL_PGTABLES |
26 | #include "asm/pgtable-3level.h" | 26 | #include <asm/pgtable-3level.h> |
27 | #else | 27 | #else |
28 | #include "asm/pgtable-2level.h" | 28 | #include <asm/pgtable-2level.h> |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | 31 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; |