aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/dmi_scan.c
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-31 22:30:52 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-31 22:30:52 +0000
commit6eec4b1a9f528126ac738054f580477ec1653065 (patch)
tree995e8039322b154bfef9063d69af025df827798a /xen/arch/x86/dmi_scan.c
parente49bb1f8e9c755484314f6f662e4b03428baa9cc (diff)
downloadxen-6eec4b1a9f528126ac738054f580477ec1653065.tar.gz
xen-6eec4b1a9f528126ac738054f580477ec1653065.tar.bz2
xen-6eec4b1a9f528126ac738054f580477ec1653065.zip
bitkeeper revision 1.1619.1.2 (429ce59cTt9KxcOT0JuoCYbuDDPRFw)
Many files: Don't include xen/slab.h and xen/domain.h at the _END_ of xen/sched.h. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'xen/arch/x86/dmi_scan.c')
-rw-r--r--xen/arch/x86/dmi_scan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/dmi_scan.c b/xen/arch/x86/dmi_scan.c
index 1d42756dc1..13c8d97915 100644
--- a/xen/arch/x86/dmi_scan.c
+++ b/xen/arch/x86/dmi_scan.c
@@ -3,6 +3,7 @@
#include <xen/kernel.h>
#include <xen/string.h>
#include <xen/init.h>
+#include <xen/cache.h>
#include <xen/slab.h>
#include <xen/acpi.h>
#include <asm/io.h>