summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/pci-common.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-11-19 17:17:07 +1100
committerPaul Mackerras <paulus@samba.org>2007-12-03 13:56:27 +1100
commit215a5575b56b1cc87773442beba09fbfff689464 (patch)
treec028ac3e83bd0b1b63a77bd23faea08a17c3297b /arch/powerpc/kernel/pci-common.c
parent5db9abd9361c491411448edbf2ef1696caef9fee (diff)
downloadlinux-3.10-215a5575b56b1cc87773442beba09fbfff689464.tar.gz
linux-3.10-215a5575b56b1cc87773442beba09fbfff689464.tar.bz2
linux-3.10-215a5575b56b1cc87773442beba09fbfff689464.zip
[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 742ff7295de..15ec71a84f7 100644
--- 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.
*/