aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmalloc.c')
-rw-r--r--mm/vmalloc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 0dd80222b20b..b7d2a23349f4 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -36,6 +36,10 @@
36#include <asm/tlbflush.h> 36#include <asm/tlbflush.h>
37#include <asm/shmparam.h> 37#include <asm/shmparam.h>
38 38
39#ifdef CONFIG_X86
40# include <asm/fixmap.h>
41#endif
42
39#include "internal.h" 43#include "internal.h"
40 44
41struct vfree_deferred { 45struct vfree_deferred {