diff options
author | Bjorn Helgaas <[email protected]> | 2023-10-10 09:34:05 -0500 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2023-10-19 10:25:49 +0200 |
commit | f2f12cf4e5f6173febc8db8c3e533141b0e667a4 (patch) | |
tree | e3404cbdf1756a954cdbf90be4d94014d2db95a7 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 83767a67e7b6a0291cde5681ec7e3708f3f8f877 (diff) |
MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warning
After bbd8810d3998 ("PCI: Remove unused includes and superfluous struct
declaration"), <linux/of_pci.h> no longer includes <linux/pci.h>, which
provides the extern declarations for pcibios_plat_dev_init() and
pcibios_map_irq() via <asm/pci.h>.
This results in these new warnings:
arch/mips/pci/fixup-lantiq.c:13:5: warning: no previous prototype for 'pcibios_plat_dev_init' [-Wmissing-prototypes]
arch/mips/pci/fixup-lantiq.c:24:5: warning: no previous prototype for 'pcibios_map_irq' [-Wmissing-prototypes]
Include <linux/pci.h> directly to get these declarations.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions