commit | 235cd8f1df7f056630c87db1e83b79624c019352 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Sep 17 15:11:22 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | d30e7f8a0032a8ac26cbd7aeba5e119e1b43363f | |
parent | 2363f8ae490a0b0bb5443bca0240e88ef9a00e58 [diff] |
pci: pci_bar_show 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>