diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/early_ioremap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/early_ioremap.c b/mm/early_ioremap.c index 23f744d77ce0..17ae14b5aefa 100644 --- a/mm/early_ioremap.c +++ b/mm/early_ioremap.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
16 | #include <linux/vmalloc.h> | 16 | #include <linux/vmalloc.h> |
17 | #include <asm/fixmap.h> | 17 | #include <asm/fixmap.h> |
18 | #include <asm/early_ioremap.h> | ||
18 | 19 | ||
19 | #ifdef CONFIG_MMU | 20 | #ifdef CONFIG_MMU |
20 | static int early_ioremap_debug __initdata; | 21 | static int early_ioremap_debug __initdata; |