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:
9410e01
)
powerpc/pci: remove duplicate declaration of pci_bus_find_capability
author
Wei Yang
<weiyang@linux.vnet.ibm.com>
Fri, 19 Sep 2014 09:25:22 +0000
(17:25 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 3 Oct 2014 07:27:38 +0000
(17:27 +1000)
pci_bus_find_capability() is decleared in pci.h, so it is not necessary to do
it again.
This patch removes it.
Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found