[PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c

From: Bjorn Helgaas
Date: Tue Mar 13 2018 - 18:26:30 EST


This is strictly cleanup, not intended to change or fix anything.

Move all the VPD-related code and structures to drivers/pci/vpd.c.

---

Bjorn Helgaas (4):
PCI/VPD: Move VPD access code to vpd.c
PCI/VPD: Move VPD sysfs code to vpd.c
PCI/VPD: Move VPD quirks to vpd.c
PCI/VPD: Move VPD structures to vpd.c


drivers/pci/access.c | 368 ------------------------------
drivers/pci/pci-sysfs.c | 67 -----
drivers/pci/pci.h | 19 --
drivers/pci/quirks.c | 121 ----------
drivers/pci/vpd.c | 573 +++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 578 insertions(+), 570 deletions(-)