pci: layerscape: ls_pcie_conf_address can be static
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 17 Sep 2021 12:11:28 +0000 (15:11 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commitc67930ef3ed2e5fc16c6b95c798454ad0e7ccd65
tree81a1c659c1846ccd5975a19db2d7145d13208cd1
parent8101a40bf41ca8c1d085327e81b9cee1ca2eee8b
pci: layerscape: ls_pcie_conf_address 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/pcie_layerscape_rc.c