aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-07 09:29:53 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-07 09:29:53 +0000
commitff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a (patch)
tree3031785f29949ee28e47d84af0789b170ad1d245 /linux-2.6-xen-sparse
parent77d409f7f2913be522d7e7570e9d3a37429b4679 (diff)
downloadxen-ff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a.tar.gz
xen-ff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a.tar.bz2
xen-ff8bf0b0f45cefb74b22beea5a24ccec6dbeab6a.zip
PV-on-HVM: Fix PV-on-HVM drivers need maddr.h included for defn of maddr_t.
Signed-off-by: Takanori Kasai <Kasai.Takanori@jp.fujitsu.com> Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
Diffstat (limited to 'linux-2.6-xen-sparse')
-rw-r--r--linux-2.6-xen-sparse/include/xen/gnttab.h2
1 files changed, 1 insertions, 1 deletions
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 <linux/config.h>
-#include <linux/mm.h>
#include <asm/hypervisor.h>
+#include <asm/maddr.h> /* maddr_t */
#include <xen/interface/grant_table.h>
#include <xen/features.h>