commit | 4d5d5d30d3e0cfe419a7f75dd53ca6a0655d7a9e | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Sep 17 15:11:30 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | ce21e48bef57c1f0ce5d722cd610f991e88bbf69 | |
parent | 06a6805f7e24753f1fb23078cd3be0184f988611 [diff] |
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>