pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 17 Sep 2021 12:11:30 +0000 (15:11 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commit903d8ede9adbd5c1956a60b01a3ec099ff3fd8b2
treece21e48bef57c1f0ce5d722cd610f991e88bbf69
parent0cab66c5c4a9a42b0fe85ba1ca9a3638ec1997d8
pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt 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_fixup_common.c