diff options
author | Kunwu Chan <[email protected]> | 2023-11-22 11:26:08 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2023-11-27 11:07:54 +0100 |
commit | e378c7de74620051c3be899a8c2506c25d23049d (patch) | |
tree | 0cb3ba9bd7276b945ef02eebe73cbc3496f5b0cc /scripts/gdb/linux/utils.py | |
parent | e7ad6c2a4b1aa710db94060b716f53c812cef565 (diff) |
iommu/vt-d: Set variable intel_dirty_ops to static
Fix the following warning:
drivers/iommu/intel/iommu.c:302:30: warning: symbol
'intel_dirty_ops' was not declared. Should it be static?
This variable is only used in its defining file, so it should be static.
Fixes: f35f22cc760e ("iommu/vt-d: Access/Dirty bit support for SS domains")
Signed-off-by: Kunwu Chan <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Reviewed-by: Joao Martins <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lu Baolu <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions