iommu/tegra241-cmdqv: Staticize cmdqv_debugfs_dir

[ Upstream commit 89edbe88db2857880b08ce363a2695eec657f51b ]

Fix a sparse warning.

Fixes: 918eb5c856 ("iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410172003.bRQEReTc-lkp@intel.com/
Signed-off-by: Nicolin Chen <nicolinc@nvidia.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20241021230847.811218-1-nicolinc@nvidia.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Nicolin Chen
2024-10-21 16:08:46 -07:00
committed by Greg Kroah-Hartman
parent 15f78d2c3d
commit 3d9b1d58c9
@@ -800,7 +800,7 @@ out_fallback:
return 0;
}
struct dentry *cmdqv_debugfs_dir;
static struct dentry *cmdqv_debugfs_dir;
static struct arm_smmu_device *
__tegra241_cmdqv_probe(struct arm_smmu_device *smmu, struct resource *res,