iommu/amd: Remove local variables
authorAdrian Huang <ahuang12@lenovo.com>
Tue, 24 Dec 2019 14:46:47 +0000 (22:46 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 7 Jan 2020 13:14:39 +0000 (14:14 +0100)
commit858defad2ae2b0ec9a0350d1414da2c2c933a054
tree90ed52af8ce787297677dbf7344b76b4028a5154
parent2ca6b6dc8512abd697c251c3e492fb12f3cb1856
iommu/amd: Remove local variables

The usage of the local variables 'range' and 'misc' was removed
from commit 226e889b20a9 ("iommu/amd: Remove first/last_device handling")
and commit 23c742db2171 ("iommu/amd: Split out PCI related parts of
IOMMU initialization"). So, remove them accrodingly.

Signed-off-by: Adrian Huang <ahuang12@lenovo.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu_init.c