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-06-02 20:27:34 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 20:27:34 +0000
commit42825bdf1d9d4e1b560e4d37a5a8500b595796eb (patch)
tree1a92c57122d1af4be602b9f0f366d5e2112db5ab /xen/arch/x86/dmi_scan.c
parent4e8fab61b579a23ee89277729f5596417d4bc555 (diff)
downloadxen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.tar.gz
xen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.tar.bz2
xen-42825bdf1d9d4e1b560e4d37a5a8500b595796eb.zip
bitkeeper revision 1.1649 (429f6bb65KQm70mnFwO33ykh9n1qag)
sched.h: g/c unneeded include. Many files: Rename xen/slab.h to xen/xmalloc.h and fix resulting fallout. xmalloc.h: Rename: xen/include/xen/slab.h -> xen/include/xen/xmalloc.h sched.h, multicall.c, dom_mem_ops.c, asm-offsets.c: cleanup incorrect includes. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/dmi_scan.c b/xen/arch/x86/dmi_scan.c
index 13c8d97915..3bb1820c66 100644
--- a/xen/arch/x86/dmi_scan.c
+++ b/xen/arch/x86/dmi_scan.c
@@ -1,10 +1,10 @@
#include <xen/config.h>
#include <xen/types.h>
+#include <xen/lib.h>
#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>
#include <asm/system.h>