]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
PV-on-HVM: xencomm - compilation fix for old Linux kernels.
authorKeir Fraser <keir@xensource.com>
Thu, 1 Nov 2007 09:35:35 +0000 (09:35 +0000)
committerKeir Fraser <keir@xensource.com>
Thu, 1 Nov 2007 09:35:35 +0000 (09:35 +0000)
Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
drivers/xen/core/xencomm.c

index 8d986cc524925dc56e93ffa727e38dfaf55d36f8..e2e35f148870be93deed0e094c81f7c3b79d8fd4 100644 (file)
 #include <asm/xen/xencomm.h>   /* for is_kern_addr() */
 #endif
 
+#ifdef HAVE_XEN_PLATFORM_COMPAT_H
+#include <xen/platform-compat.h>
+#endif
+
 static int xencomm_init(struct xencomm_desc *desc,
                        void *buffer, unsigned long bytes)
 {