aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-11-19 01:17:07 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-02 21:56:27 -0500
commit215a5575b56b1cc87773442beba09fbfff689464 (patch)
treec028ac3e83bd0b1b63a77bd23faea08a17c3297b /arch/powerpc/kernel/pci-common.c
parent5db9abd9361c491411448edbf2ef1696caef9fee (diff)
[POWERPC] Remove redundant declaration of hose_list
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>
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r--arch/powerpc/kernel/pci-common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 742ff7295de6..15ec71a84f78 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -50,8 +50,6 @@ static DEFINE_SPINLOCK(hose_spinlock);
50/* XXX kill that some day ... */ 50/* XXX kill that some day ... */
51static int global_phb_number; /* Global phb counter */ 51static int global_phb_number; /* Global phb counter */
52 52
53extern struct list_head hose_list;
54
55/* 53/*
56 * pci_controller(phb) initialized common variables. 54 * pci_controller(phb) initialized common variables.
57 */ 55 */