From: Stephen Hemminger Date: Fri, 10 Jan 2014 22:10:13 +0000 (-0700) Subject: PCI: Remove unused pci_vpd_truncate() X-Git-Tag: v3.14-rc1~132^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3984ca1c6e493d06fa7e8dc96ce2b23b86175ec4;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed