git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab4467
)
PCI: Remove unused alloc_pci_dev()
author
Stephen Hemminger
<stephen@networkplumber.org>
Fri, 10 Jan 2014 22:46:34 +0000
(15:46 -0700)
committer
Bjorn 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>
No differences found