diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-11-19 17:17:07 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-03 13:56:27 +1100 |
commit | 215a5575b56b1cc87773442beba09fbfff689464 (patch) | |
tree | c028ac3e83bd0b1b63a77bd23faea08a17c3297b /arch/powerpc | |
parent | 5db9abd9361c491411448edbf2ef1696caef9fee (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')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 2 |
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); /* 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. */ |