iommu: Cleanups to some header files.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Oct 2008 09:08:16 +0000 (10:08 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Oct 2008 09:08:16 +0000 (10:08 +0100)
Signed-off-by: Anthony Xu <anthony.xu@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
xen/include/xen/hvm/iommu.h
xen/include/xen/iommu.h

index cf2c09883e6eb1b63f430ebbb5551e51001bac04..2a66956c773ff4fe523414731f87563943163dea 100644 (file)
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  */
 
-#ifndef __ASM_X86_HVM_IOMMU_H__
-#define __ASM_X86_HVM_IOMMU_H__
+#ifndef __XEN_HVM_IOMMU_H__
+#define __XEN_HVM_IOMMU_H__
 
 #include <xen/iommu.h>
-#include <asm/hvm/irq.h>
-#include <asm/hvm/vpt.h>
-#include <asm/hvm/vlapic.h>
-#include <asm/hvm/io.h>
-#include <public/hvm/params.h>
-#include <public/hvm/save.h>
 
 struct g2m_ioport {
     struct list_head list;
@@ -53,4 +47,4 @@ struct hvm_iommu {
     struct iommu_ops *platform_ops;
 };
 
-#endif /* __ASM_X86_HVM_IOMMU_H__ */
+#endif /* __XEN_HVM_IOMMU_H__ */
index e9bd9532aab68e22943fcdcf0bf80ee7b24818bc..f230df7b8e9bbf14f2283ada51e9f3cb4bc56005 100644 (file)
@@ -21,7 +21,6 @@
 #define _IOMMU_H_
 
 #include <xen/init.h>
-#include <xen/pci.h>
 #include <xen/spinlock.h>
 #include <xen/pci.h>
 #include <public/hvm/ioreq.h>