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