commit | 278a5b52d9477a77d267caeab7534f85887d6f73 | [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 | 0621f3de163b9ae1c219dcb44c6f640eaa29b4e1 [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>