iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Feb 2019 22:06:15 +0000 (16:06 -0600)
committerJoerg Roedel <jroedel@suse.de>
Mon, 11 Feb 2019 11:07:06 +0000 (12:07 +0100)
commit717532394c712e044195405685f62522c579e22a
tree174c6ee99f90ff37dd18050a5ddec8d98af2c58d
parente083ea5b02114e1a54ebd285ae114d84ff5bea01
iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument

domain_remove_dev_info() takes a struct dmar_domain * argument, but doesn't
use it.  Remove it.  No functional change intended.

The last use of this argument was removed by 127c761598f7 ("iommu/vt-d:
Pass device_domain_info to __dmar_remove_one_dev_info").

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c