These are some trivial cleanup patches I made after compiling U-Boot for ls1028ardb_tfa_defconfig with W=1.
Vladimir Oltean (11): pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) pci: include pci_internal.h inside pci_auto.c pci: pci_bar_show can be static pci: pci_header_show can be static pci: pciinfo_header can be static pci: pci_write_config can be static pci: pci_read_config can be static pci: _dm_pci_phys_to_bus can be static pci: layerscape: ls_pcie_conf_address can be static pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setup pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static cmd/pci.c | 6 +++--- drivers/pci/pci-uclass.c | 14 +++++++------- drivers/pci/pci_auto.c | 1 + drivers/pci/pcie_layerscape_fixup_common.c | 3 ++- drivers/pci/pcie_layerscape_rc.c | 4 ++-- include/pci.h | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) -- 2.25.1