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:
59353ea
)
PCI: portdrv: remove redundant pcie_port_device_probe
author
Kenji Kaneshige
<kaneshige.kenji@jp.fujitsu.com>
Wed, 25 Nov 2009 12:00:53 +0000
(21:00 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Fri, 4 Dec 2009 23:55:12 +0000
(15:55 -0800)
We don't need pcie_port_device_probe() because we can get pci
device/port type using pci_is_pcie() and 'pcie_type' fields in struct
pci_dev. Remove pcie_port_device_probe().
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found