commit | 0621f3de163b9ae1c219dcb44c6f640eaa29b4e1 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Sep 17 15:11:24 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 03 14:40:56 2021 -0400 |
tree | dc24ec4e70ff50aced5e9768374a0cefe4a38235 | |
parent | 4c2658704e13b203b589e0d833e98511bfee8651 [diff] |
pci: pciinfo_header 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>