commit | e2760c54a4f5131867bf1b35d59169267d35d3d0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Fri Jan 10 15:46:34 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jan 13 11:57:29 2014 -0700 |
tree | f76aab513a0cb1c791364bcbab093d57705ffd6d | |
parent | 4ab44676064baeb6c7d807c0f627e07d29ce48e0 [diff] |
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>