summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2024-10-29 18:58:24 +0300
committerWill Deacon <will@kernel.org>2024-10-29 18:58:24 +0300
commit5492f0c4085a8fb8820ff974f17b83a7d6dab5a5 (patch)
tree589abbfeba79e912fd9352af5b88510ff92ca26e /tools/perf/scripts/python/mem-phys-addr.py
parent229e6ee43d2a160a1592b83aad620d6027084aad (diff)
downloadlinux-5492f0c4085a8fb8820ff974f17b83a7d6dab5a5.tar.xz
iommu/tegra241-cmdqv: Fix unused variable warning
While testing some io-pgtable changes, I ran into a compiler warning from the Tegra CMDQ driver: drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c:803:23: warning: unused variable 'cmdqv_debugfs_dir' [-Wunused-variable] 803 | static struct dentry *cmdqv_debugfs_dir; | ^~~~~~~~~~~~~~~~~ 1 warning generated. Guard the variable declaration with CONFIG_IOMMU_DEBUGFS to silence the warning. Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions