iommu/amd: Move missing parts to drivers/iommu
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 14 Jun 2011 14:44:25 +0000 (16:44 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 21 Jun 2011 08:49:31 +0000 (10:49 +0200)
commit403f81d8ee532c976d50a5e1051f14ec78ae8db3
tree298415f1f6a1fd5d762c6549eec7bb68dc611770
parent68255b628776dfafa7f67ca3afd66bd4ba377307
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>
arch/x86/include/asm/amd_iommu.h [deleted file]
arch/x86/include/asm/amd_iommu_proto.h [deleted file]
arch/x86/include/asm/amd_iommu_types.h [deleted file]
arch/x86/kernel/Makefile
arch/x86/kernel/amd_iommu_init.c [deleted file]
drivers/iommu/Makefile
drivers/iommu/amd_iommu.c
drivers/iommu/amd_iommu_init.c [new file with mode: 0644]
drivers/iommu/amd_iommu_proto.h [new file with mode: 0644]
drivers/iommu/amd_iommu_types.h [new file with mode: 0644]
include/linux/amd-iommu.h [new file with mode: 0644]
This page took 0.041534 seconds and 5 git commands to generate.