iommu/amd: Get rid of device_dma_ops_init()
authorJoerg Roedel <jroedel@suse.de>
Thu, 28 May 2015 16:41:43 +0000 (18:41 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 11 Jun 2015 07:42:23 +0000 (09:42 +0200)
commit343e9cac9c4a2715e8fa6b89b04e31e9fcbae5e3
treed37a9ccae7e9fb6218c47cad880b1ba7502c936c
parent07ee86948c9111d49583be462500042fedfecb4a
iommu/amd: Get rid of device_dma_ops_init()

With device intialization done in the add_device call-back
now there is no reason for this function anymore.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c