diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-11-19 01:17:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-02 21:56:27 -0500 |
commit | 215a5575b56b1cc87773442beba09fbfff689464 (patch) | |
tree | c028ac3e83bd0b1b63a77bd23faea08a17c3297b /arch/powerpc/kernel | |
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/kernel')
-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); | |||
50 | /* XXX kill that some day ... */ | 50 | /* XXX kill that some day ... */ |
51 | static int global_phb_number; /* Global phb counter */ | 51 | static int global_phb_number; /* Global phb counter */ |
52 | 52 | ||
53 | extern struct list_head hose_list; | ||
54 | |||
55 | /* | 53 | /* |
56 | * pci_controller(phb) initialized common variables. | 54 | * pci_controller(phb) initialized common variables. |
57 | */ | 55 | */ |