aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2022-11-16 20:50:59 +0000
committerBjorn Helgaas <[email protected]>2022-11-17 19:32:21 +0000
commit8610e98f0b48a7f9974cb12c5f501433c4afa958 (patch)
treee55521a998ea22239c516c0000a928ed9989b7ae /tools/perf/scripts/python/syscall-counts.py
parentPCI: Remove unnecessary <linux/of_irq.h> includes (diff)
downloadkernel-8610e98f0b48a7f9974cb12c5f501433c4afa958.tar.gz
kernel-8610e98f0b48a7f9974cb12c5f501433c4afa958.zip
PCI: Drop of_match_ptr() to avoid unused variables
We have stubs for most OF interfaces even when CONFIG_OF is not set, so we allow building of most controller drivers in that case for compile testing. When CONFIG_OF is not set, "of_match_ptr(<match_table>)" compiles to NULL, which leaves <match_table> unused, resulting in errors like this: $ make W=1 drivers/pci/controller/pci-xgene.c:636:34: error: ‘xgene_pcie_match_table’ defined but not used [-Werror=unused-const-variable=] Drop of_match_ptr() to avoid the unused variable warning. See also 1dff012f636d ("PCI: Drop of_match_ptr() to avoid unused variables"). Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions