PCI/VPD: Move VPD access code to vpd.c
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 19 Mar 2018 18:06:11 +0000 (13:06 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Mon, 19 Mar 2018 18:06:11 +0000 (13:06 -0500)
commitf0eb77ae6b857bf8118f7a8ee0a8ba076feed70d
tree7a0925b0359b03aed73c114bdc7653f0c11ab62a
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
PCI/VPD: Move VPD access code to vpd.c

Move the VPD-related code from access.c to vpd.c.  The goal is to
encapsulate all the VPD code and structures in vpd.c.

No functional change intended.

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