commit | f9ea894ca59a7abd931e52700bbe12e87e891c1e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Mar 19 13:06:34 2018 -0500 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Mon Mar 19 13:06:34 2018 -0500 |
tree | d5e19b92840d5d04d59e7bf4b43196fa1b8511d0 | |
parent | 996058573b22a7d4e54e281fc624db4b32d85eb4 [diff] |
PCI/VPD: Move VPD structures to vpd.c The VPD-related structures are only used in vpd.c, so move them from drivers/pci/pci.h to vpd.c. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>