]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/amd: Remove old alias handling code
authorJoerg Roedel <jroedel@suse.de>
Tue, 20 Oct 2015 15:33:39 +0000 (17:33 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 21 Oct 2015 09:30:32 +0000 (11:30 +0200)
commit61289cbaf6c854a493ad0fa405c3dd39e7a384f3
tree394e62a647f6618dc75264d14a3e3625c91ccd9c
parente25bfb56ea7f046b71414e02f80f620deb5c6362
iommu/amd: Remove old alias handling code

This mostly removes the code to create dev_data structures
for alias device ids. They are not necessary anymore, as
they were only created for device ids which have no struct
pci_dev associated with it.  But these device ids are
handled in a simpler way now, so there is no need for this
code anymore.

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