linux_dsm_epyc7002/drivers/of
Jiaxun Yang 0fc0ead348 of_address: Guard of_bus_pci_get_flags with CONFIG_PCI
After 2f96593ecc ("of_address: Add bus type match for pci ranges parser"),
the last user of of_bus_pci_get_flags when CONFIG_PCI is disabled had gone.

This caused unused function warning when compiling without CONFIG_PCI.
Fix by guarding it with CONFIG_PCI.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 2f96593ecc ("of_address: Add bus type match for pci ranges parser")
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2020-07-31 17:30:52 +02:00
..
unittest-data
address.c of_address: Guard of_bus_pci_get_flags with CONFIG_PCI 2020-07-31 17:30:52 +02:00
base.c
device.c
dynamic.c
fdt_address.c
fdt.c of/fdt: Remove redundant kbasename function call 2020-05-28 20:57:17 -06:00
irq.c
Kconfig
kobj.c of: Fix a refcounting bug in __of_attach_node_sysfs() 2020-05-27 19:30:25 -06:00
Makefile
of_mdio.c net: mdio: of: export part of of_mdiobus_register_phy() 2020-04-22 19:41:26 -07:00
of_net.c
of_numa.c
of_private.h
of_reserved_mem.c Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00
overlay.c
pdt.c
platform.c Driver core patches for 5.8-rc1 2020-06-07 10:53:36 -07:00
property.c of: property: Do not link to disabled devices 2020-04-28 12:47:47 -05:00
resolver.c
unittest.c