Re: [PATCH 4/5] iommu/vt-d: Remove unused function declarations

2021-03-23 Thread Christoph Hellwig
On Tue, Mar 23, 2021 at 09:05:59AM +0800, Lu Baolu wrote: > Some functions have been deprecated. Remove the remaining function > delarations. s/deprecated/removed/g Otherwise looks good: Reviewed-by: Christoph Hellwig

[PATCH 4/5] iommu/vt-d: Remove unused function declarations

2021-03-22 Thread Lu Baolu
Some functions have been deprecated. Remove the remaining function delarations. Signed-off-by: Lu Baolu --- drivers/iommu/intel/pasid.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/iommu/intel/pasid.h b/drivers/iommu/intel/pasid.h index 444c0bec221a..90a3268d7a77 100644 --- a/dr