PCI/VPD: Move VPD structures to vpd.c
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 19 Mar 2018 18:06:34 +0000 (13:06 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Mon, 19 Mar 2018 18:06:34 +0000 (13:06 -0500)
commitf9ea894ca59a7abd931e52700bbe12e87e891c1e
treed5e19b92840d5d04d59e7bf4b43196fa1b8511d0
parent996058573b22a7d4e54e281fc624db4b32d85eb4
PCI/VPD: Move VPD structures to vpd.c

The VPD-related structures are only used in vpd.c, so move them from
drivers/pci/pci.h to vpd.c.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.h
drivers/pci/vpd.c