aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2015-06-19 09:05:46 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-06-21 00:03:37 +1000
commitb4682c42c1f34268bfdc47338beca625bac66a01 (patch)
tree4bcde6fa57a0559f927a0d585cba87cfde191e4b
parentab7ec71d7839112e4790385369f5c412df86c3fc (diff)
mm-move-get_vaddr_frames-behind-a-config-option-fix
fix build: needs vmalloc.h Cc: Jan Kara <jack@suse.cz> Cc: Hans Verkuil <hans.verkuil@cisco.com> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--mm/frame_vector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/frame_vector.c b/mm/frame_vector.c
index 8160e9eadd24..cdabcb93c6a6 100644
--- a/mm/frame_vector.c
+++ b/mm/frame_vector.c
@@ -3,6 +3,7 @@
#include <linux/err.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/vmalloc.h>
#include <linux/pagemap.h>
#include <linux/sched.h>