aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-12-16 12:37:07 -0800
committerIngo Molnar <mingo@elte.hu>2008-12-16 21:50:31 +0100
commitecbf29cdb3990c83d90d0c4187c89fb2ce423367 (patch)
treea1b795297152df380c9592ebbeb35804a23a2b29 /drivers/xen/grant-table.c
parentxen: whitespace/checkpatch cleanup (diff)
downloadlinux-dev-ecbf29cdb3990c83d90d0c4187c89fb2ce423367.tar.xz
linux-dev-ecbf29cdb3990c83d90d0c4187c89fb2ce423367.zip
xen: clean up asm/xen/hypervisor.h
Impact: cleanup hypervisor.h had accumulated a lot of crud, including lots of spurious #includes. Clean it all up, and go around fixing up everything else accordingly. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--drivers/xen/grant-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c
index 06592b9da83c..7d8f531fb8e8 100644
--- a/drivers/xen/grant-table.c
+++ b/drivers/xen/grant-table.c
@@ -40,6 +40,7 @@
#include <xen/interface/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>
+#include <asm/xen/hypercall.h>
#include <asm/pgtable.h>
#include <asm/sync_bitops.h>