projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db9abd
)
[POWERPC] Remove redundant declaration of hose_list
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 19 Nov 2007 06:17:07 +0000
(17:17 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 3 Dec 2007 02:56:27 +0000
(13:56 +1100)
It is already declared in ppc-pci.h which is included.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci-common.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/pci-common.c
b/arch/powerpc/kernel/pci-common.c
index
742ff72
..
15ec71a
100644
(file)
--- a/
arch/powerpc/kernel/pci-common.c
+++ b/
arch/powerpc/kernel/pci-common.c
@@
-50,8
+50,6
@@
static DEFINE_SPINLOCK(hose_spinlock);
/* XXX kill that some day ... */
static int global_phb_number; /* Global phb counter */
-extern struct list_head hose_list;
-
/*
* pci_controller(phb) initialized common variables.
*/