From: kfraser@localhost.localdomain Date: Tue, 7 Nov 2006 09:29:53 +0000 (+0000) Subject: PV-on-HVM: Fix PV-on-HVM drivers need maddr.h included for defn of maddr_t. X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a;p=xen.git 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 --- 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