]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit476161fbd6a970f42dee2f90af76990598414dff
tree7a0925b0359b03aed73c114bdc7653f0c11ab62a
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
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