aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-07-20 11:36:36 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-07-20 11:36:36 +0100
commit89e4455a590a1c901250d391aa4eedfd67fef04a (patch)
tree9789bfa2346e2704094bf65b103e78867615c376 /xen/common/compat
parent3d41eb2ac8c25ac9c332ea6699361bb1c98fb152 (diff)
downloadxen-89e4455a590a1c901250d391aa4eedfd67fef04a.tar.gz
xen-89e4455a590a1c901250d391aa4eedfd67fef04a.tar.bz2
xen-89e4455a590a1c901250d391aa4eedfd67fef04a.zip
[XEN] replace shadow_* with paging_* in common code
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'xen/common/compat')
-rw-r--r--xen/common/compat/kernel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/compat/kernel.c b/xen/common/compat/kernel.c
index a655c9c227..f3285fd14f 100644
--- a/xen/common/compat/kernel.c
+++ b/xen/common/compat/kernel.c
@@ -8,7 +8,6 @@
#include <xen/errno.h>
#include <xen/version.h>
#include <xen/sched.h>
-#include <xen/shadow.h>
#include <xen/nmi.h>
#include <xen/guest_access.h>
#include <asm/current.h>