diff options
| author | Kunwu Chan <[email protected]> | 2023-11-20 17:53:42 +0800 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2023-11-27 10:59:23 +0100 |
| commit | 9abe6c55354db38f0906fcaf4e1c1644c26cd624 (patch) | |
| tree | 0f1e4f56bbb2c910f9723802fdcd1cc4ee1bc216 /tools/perf/scripts/python | |
| parent | 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab (diff) | |
iommu/amd: Set variable amd_dirty_ops to static
Fix the followng warning:
drivers/iommu/amd/iommu.c:67:30: warning: symbol
'amd_dirty_ops' was not declared. Should it be static?
This variable is only used in its defining file, so it should be static.
Signed-off-by: Kunwu Chan <[email protected]>
Reviewed-by: Joao Martins <[email protected]>
Reviewed-by: Vasant Hegde <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions