Re: [PATCH 3/7] iommu/vt-d: Remove unnecessary exported symbol

From: Jason Gunthorpe
Date: Mon May 16 2022 - 14:04:57 EST


On Sat, May 14, 2022 at 09:43:18AM +0800, Lu Baolu wrote:
> The exported symbol intel_iommu_gfx_mapped is not used anywhere in the
> tree. Remove it to avoid dead code.
>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> include/linux/intel-iommu.h | 1 -
> drivers/iommu/intel/iommu.c | 6 ------
> 2 files changed, 7 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Maybe could squash to the prior patch

Jason