PCI: Remove unused pci_vpd_truncate()
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 22:10:13 +0000 (15:10 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 13 Jan 2014 18:14:43 +0000 (11:14 -0700)
commit3984ca1c6e493d06fa7e8dc96ce2b23b86175ec4
treee0be9de2afdcdab7e83f3a410b30345ad0ef1fcd
parent7c2dd2d7cfabdb37875c5e481a0c3cc5962bb0b6
PCI: Remove unused pci_vpd_truncate()

My philosophy is unused code is dead code.  And dead code is subject to bit
rot and is a likely source of bugs.  Use it or lose it.

This reverts db5679437a2b ("PCI: add interface to set visible size of
VPD"), removing this interface:

    pci_vpd_truncate()

[bhelgaas: split to separate patch, also remove prototype from pci.h]
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/access.c
include/linux/pci.h