iommu/vt-d: Delete dev_has_feat callback
authorLu Baolu <baolu.lu@linux.intel.com>
Thu, 14 Oct 2021 05:38:36 +0000 (13:38 +0800)
committerJoerg Roedel <jroedel@suse.de>
Mon, 18 Oct 2021 10:31:48 +0000 (12:31 +0200)
commit94f797ad61d337945d90911e6ad09edf2a82b92a
treecc83fd7dbfe14ac0fdded77e73acf29d922989ad
parent032c5ee40e9fc68ed650a3f86f23259376ec93fc
iommu/vt-d: Delete dev_has_feat callback

The commit 262948f8ba573 ("iommu: Delete iommu_dev_has_feature()") has
deleted the iommu_dev_has_feature() interface. Remove the dev_has_feat
callback to avoid dead code.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20210929072030.1330225-1-baolu.lu@linux.intel.com
Link: https://lore.kernel.org/r/20211014053839.727419-7-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/iommu.c