iommu/core: Add bus_type parameter to iommu_domain_alloc
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Sep 2011 14:03:26 +0000 (16:03 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 21 Oct 2011 12:37:19 +0000 (14:37 +0200)
commit905d66c1e5dc8149e111f04a32bb193f25da1d53
tree3b4d55034f1ca58a7956c88cb71f6af8cda2b697
parentff21776d12ff7993a6b236b8273ef62777d25dfb
iommu/core: Add bus_type parameter to iommu_domain_alloc

This is necessary to store a pointer to the bus-specific
iommu_ops in the iommu-domain structure. It will be used
later to call into bus-specific iommu-ops.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/iommu.c
drivers/media/video/omap3isp/isp.c
include/linux/iommu.h
virt/kvm/iommu.c