aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu_init.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2011-06-14 16:44:25 +0200
committerJoerg Roedel <joerg.roedel@amd.com>2011-06-21 10:49:31 +0200
commit403f81d8ee532c976d50a5e1051f14ec78ae8db3 (patch)
tree298415f1f6a1fd5d762c6549eec7bb68dc611770 /arch/x86/kernel/amd_iommu_init.c
parentiommu: Move iommu Kconfig entries to submenu (diff)
downloadlinux-dev-403f81d8ee532c976d50a5e1051f14ec78ae8db3.tar.xz
linux-dev-403f81d8ee532c976d50a5e1051f14ec78ae8db3.zip
iommu/amd: Move missing parts to drivers/iommu
A few parts of the driver were missing in drivers/iommu. Move them there to have the complete driver in that directory. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to '')
-rw-r--r--drivers/iommu/amd_iommu_init.c (renamed from arch/x86/kernel/amd_iommu_init.c)8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c
index bfc8453bd98d..82d2410f4205 100644
--- a/arch/x86/kernel/amd_iommu_init.c
+++ b/drivers/iommu/amd_iommu_init.c
@@ -24,14 +24,16 @@
#include <linux/syscore_ops.h>
#include <linux/interrupt.h>
#include <linux/msi.h>
+#include <linux/amd-iommu.h>
#include <asm/pci-direct.h>
-#include <asm/amd_iommu_proto.h>
-#include <asm/amd_iommu_types.h>
-#include <asm/amd_iommu.h>
#include <asm/iommu.h>
#include <asm/gart.h>
#include <asm/x86_init.h>
#include <asm/iommu_table.h>
+
+#include "amd_iommu_proto.h"
+#include "amd_iommu_types.h"
+
/*
* definitions for the ACPI scanning code
*/