PCI/VPD: Move VPD quirks to vpd.c
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 19 Mar 2018 18:06:24 +0000 (13:06 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Mon, 19 Mar 2018 18:06:24 +0000 (13:06 -0500)
commit996058573b22a7d4e54e281fc624db4b32d85eb4
tree04a07cc9a56522799bd130443273a4cab4664ea7
parentb1c615c48fa93db64310e8d1a457b364a486fde8
PCI/VPD: Move VPD quirks to vpd.c

Move the VPD-related quirks from quirks.c to vpd.c, which removes the need
for struct pci_vpd outside 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/quirks.c
drivers/pci/vpd.c