diff options
Diffstat (limited to 'arch/um/include/asm/page.h')
-rw-r--r-- | arch/um/include/asm/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h index 7cfc3cedce84..5ff53d9185f7 100644 --- a/arch/um/include/asm/page.h +++ b/arch/um/include/asm/page.h | |||
@@ -99,7 +99,7 @@ extern unsigned long uml_physmem; | |||
99 | 99 | ||
100 | #define __va_space (8*1024*1024) | 100 | #define __va_space (8*1024*1024) |
101 | 101 | ||
102 | #include "mem.h" | 102 | #include <mem.h> |
103 | 103 | ||
104 | /* Cast to unsigned long before casting to void * to avoid a warning from | 104 | /* Cast to unsigned long before casting to void * to avoid a warning from |
105 | * mmap_kmem about cutting a long long down to a void *. Not sure that | 105 | * mmap_kmem about cutting a long long down to a void *. Not sure that |