linux-stable/drivers/iommu/intel
Kunwu Chan e378c7de74 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: f35f22cc76 ("iommu/vt-d: Access/Dirty bit support for SS domains")
Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Joao Martins <joao.m.martins@oracle.com>
Link: https://lore.kernel.org/r/20231120101025.1103404-1-chentao@kylinos.cn
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
2023-11-27 11:07:54 +01:00
..
cap_audit.c iommu/vt-d: Remove virtual command interface 2023-03-31 10:03:21 +02:00
cap_audit.h
debugfs.c iommu/vt-d: debugfs: Support dumping a specified page table 2023-10-16 09:34:52 +02:00
dmar.c iommu/vt-d: Omit devTLB invalidation requests when TES=0 2023-11-27 11:07:51 +01:00
iommu.c iommu/vt-d: Set variable intel_dirty_ops to static 2023-11-27 11:07:54 +01:00
iommu.h iommu/vt-d: Support enforce_cache_coherency only for empty domains 2023-11-27 11:07:51 +01:00
irq_remapping.c x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup() 2023-08-06 14:15:09 +02:00
Kconfig iommufd for 6.7 2023-11-01 16:44:56 -10:00
Makefile iommu/vt-d: Add helper for nested domain allocation 2023-10-26 11:16:33 -03:00
nested.c iommu/vt-d: Add nested domain allocation 2023-10-26 11:16:34 -03:00
pasid.c iommu/vt-d: Add helper to setup pasid nested translation 2023-10-26 11:16:33 -03:00
pasid.h iommu/vt-d: Add helper to setup pasid nested translation 2023-10-26 11:16:33 -03:00
perf.c
perf.h
perfmon.c iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplug 2023-03-31 10:06:16 +02:00
perfmon.h
svm.c iommu/vt-d: Fix incorrect cache invalidation for mm notification 2023-11-27 11:07:53 +01:00
trace.c
trace.h