]> Pileus Git - ~andy/linux/commit
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)
commite2760c54a4f5131867bf1b35d59169267d35d3d0
treef76aab513a0cb1c791364bcbab093d57705ffd6d
parent4ab44676064baeb6c7d807c0f627e07d29ce48e0
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 <stephen@networkplumber.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c
include/linux/pci.h