]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Move pci_vpd_release() from header file to pci/access.c
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 22 Feb 2016 19:58:06 +0000 (13:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 29 Feb 2016 23:47:16 +0000 (17:47 -0600)
commit64379079a9e37ab9e1c755921d7ff1c4fa3ac486
tree81b2be9df62e6ee7508787d8ee60619a1dd3d43a
parentfc0a407e9eb8667f93820298a06a85050c42354e
PCI: Move pci_vpd_release() from header file to pci/access.c

Move pci_vpd_release() so it's next to the other VPD functions.  This puts
it next to pci_vpd_pci22_init(), which allocates the space freed by
pci_vpd_release().

Tested-by: Shane Seymour <shane.seymour@hpe.com>
Tested-by: Babu Moger <babu.moger@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
drivers/pci/access.c
drivers/pci/pci.h