commit | 69c5f8a33afa43ce8d5c42487b8f04116685c761 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Sep 17 15:11:26 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | 085af7d9bc23e482300cd24b9de2f7592746dbaa | |
parent | 278a5b52d9477a77d267caeab7534f85887d6f73 [diff] |
pci: pci_read_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>