PCI: Remove unused alloc_pci_dev()
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 22:46:34 +0000 (15:46 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 13 Jan 2014 18:57:29 +0000 (11:57 -0700)
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 <stephen@networkplumber.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c
include/linux/pci.h

Simple merge
Simple merge