summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-07-27 21:36:31 +0300
committerJoerg Roedel <jroedel@suse.de>2020-09-04 11:42:15 +0300
commit9bdc2ef69ce2cd244e806c9f3f8f5c0948dc64b7 (patch)
tree8456d9bdbe4e54cfbd57d77607c943a4f8db02db /tools/perf/scripts/python/export-to-postgresql.py
parentf75aef392f869018f78cfedf3c320a6b3fcfda6b (diff)
downloadlinux-9bdc2ef69ce2cd244e806c9f3f8f5c0948dc64b7.tar.xz
iommu/amd: Add missing function prototypes to fix -Wmissing-prototypes
Few exported functions from AMD IOMMU driver are missing prototypes. They have declaration in arch/x86/events/amd/iommu.h but this file cannot be included in the driver. Add prototypes to fix W=1 warnings like: drivers/iommu/amd/init.c:3066:19: warning: no previous prototype for 'get_amd_iommu' [-Wmissing-prototypes] 3066 | struct amd_iommu *get_amd_iommu(unsigned int idx) Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200727183631.16744-1-krzk@kernel.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions