[PATCH] iommu/amd: Fix sparse warnings

2019-09-06 Thread Adam Zerella
There was some simple Sparse warnings related to making some signatures static. Signed-off-by: Adam Zerella --- drivers/iommu/amd_iommu.c | 4 ++-- drivers/iommu/amd_iommu_init.c | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/iommu/amd_iommu.c b

[PATCH] iommu/vt-d: Make function signatures static

2019-09-07 Thread Adam Zerella
warning: symbol 'intel_iommu_gfx_mapped' was not declared. Should it be static? warning: symbol 'intel_iommu_ops' was not declared. Should it be static? Squash a couple of Sparse warnings by making these symbols static. Signed-off-by: Adam Zerella --- drivers/iommu/intel-i