[PATCH v1 3/4] PCI/VPD: Move VPD quirks to vpd.c

2018-03-13 Thread Bjorn Helgaas
From: Bjorn Helgaas 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

[PATCH v1 3/4] PCI/VPD: Move VPD quirks to vpd.c

2018-03-13 Thread Bjorn Helgaas
From: Bjorn Helgaas 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 --- drivers/pci/quirks.c | 121