From ff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 7 Nov 2006 09:29:53 +0000 Subject: [PATCH] PV-on-HVM: Fix PV-on-HVM drivers need maddr.h included for defn of maddr_t. Signed-off-by: Takanori Kasai Signed-off-by: Tsunehisa Doi --- linux-2.6-xen-sparse/include/xen/gnttab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/include/xen/gnttab.h b/linux-2.6-xen-sparse/include/xen/gnttab.h index 3f64565804..f1543c01d6 100644 --- a/linux-2.6-xen-sparse/include/xen/gnttab.h +++ b/linux-2.6-xen-sparse/include/xen/gnttab.h @@ -38,8 +38,8 @@ #define __ASM_GNTTAB_H__ #include -#include #include +#include /* maddr_t */ #include #include -- 2.30.2