]> git.baikalelectronics.ru Git - uboot.git/commit
pci: pci_write_config can be static
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 17 Sep 2021 12:11:25 +0000 (15:11 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commit0ea0a1f7b50437b2eb17d6ee84bbeecc80b58ae6
tree6695732c1e839caa0a2a54bd392df78852120793
parente6156d42ebfe0cbd523040df938f0b82d4edcf95
pci: pci_write_config can be static

To avoid W=1 build warnings, declare this function as static, since it
is not used outside of this translation module.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci-uclass.c