commit | f98aa78ee4617dcaacb8f5ce1a91cb4afe7e7434 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Sep 17 15:11:25 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | 6695732c1e839caa0a2a54bd392df78852120793 | |
parent | 577fd581a70db6c3a5c008668f3cd047d6e141c3 [diff] |
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>