commit | b1c615c48fa93db64310e8d1a457b364a486fde8 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Mar 19 13:06:17 2018 -0500 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Mon Mar 19 13:06:17 2018 -0500 |
tree | 067317ad7af8950ae39030d2727091857b6fd000 | |
parent | f0eb77ae6b857bf8118f7a8ee0a8ba076feed70d [diff] |
PCI/VPD: Move VPD sysfs code to vpd.c Move the VPD-related sysfs code from pci-sysfs.c to vpd.c. This follows the pattern of pcie_aspm_create_sysfs_dev_files(). 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>