From: Stephen Hemminger Date: Fri, 10 Jan 2014 22:46:34 +0000 (-0700) Subject: PCI: Remove unused alloc_pci_dev() X-Git-Tag: v3.14-rc1~132^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2760c54a4f5131867bf1b35d59169267d35d3d0;p=pandora-kernel.git PCI: Remove unused alloc_pci_dev() 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 removes this unused and deprecated interface: alloc_pci_dev() [bhelgaas: split to separate patch] Signed-off-by: Stephen Hemminger Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed