]> xenbits.xensource.com Git - people/aperard/linux-arndale.git/commitdiff
xenbus: Missing include for some ARM board.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 9 Jan 2013 18:16:11 +0000 (18:16 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 18 Jan 2013 17:59:14 +0000 (17:59 +0000)
- missing on the chromebook (exynos5250)
- same for the arndale board

drivers/xen/xenbus/xenbus_client.c

index bcf3ba4a6ec1543a7500ef0de36269dec1ff728d..686142dfc6d92a627c2fc73fb6772e24b2a5d772 100644 (file)
@@ -35,6 +35,7 @@
 #include <linux/spinlock.h>
 #include <linux/vmalloc.h>
 #include <linux/export.h>
+#include <linux/mm.h>
 #include <asm/xen/hypervisor.h>
 #include <asm/xen/page.h>
 #include <xen/interface/xen.h>