pci: pciinfo_header can be static
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 17 Sep 2021 12:11:24 +0000 (15:11 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commit577fd581a70db6c3a5c008668f3cd047d6e141c3
treedc24ec4e70ff50aced5e9768374a0cefe4a38235
parenta95f8ee911df637b5269c3c2a9a34302a5ec9eb2
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>
cmd/pci.c