diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-08-25 21:51:15 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2012-09-18 06:31:59 -0400 |
commit | 2166f0eefc435b1e99d1b179e1294ee2bf7f7bd9 (patch) | |
tree | f7ae9b649cf04aaa697211e75217b9a98ec324b9 /drivers/iommu | |
parent | 5698bd757d55b1bb87edd1a9744ab09c142abfc2 (diff) |
iommu/amd: remove duplicated include from amd_iommu_init.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/amd_iommu_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c index 18a89b760aaa..860c1c342cd9 100644 --- a/drivers/iommu/amd_iommu_init.c +++ b/drivers/iommu/amd_iommu_init.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/msi.h> | 26 | #include <linux/msi.h> |
27 | #include <linux/amd-iommu.h> | 27 | #include <linux/amd-iommu.h> |
28 | #include <linux/export.h> | 28 | #include <linux/export.h> |
29 | #include <linux/acpi.h> | ||
30 | #include <acpi/acpi.h> | 29 | #include <acpi/acpi.h> |
31 | #include <asm/pci-direct.h> | 30 | #include <asm/pci-direct.h> |
32 | #include <asm/iommu.h> | 31 | #include <asm/iommu.h> |