dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Stephen Rothwell 2007-11-19 17:17:07 +11:00 committed by Paul Mackerras
parent 5db9abd936
commit 215a5575b5
1 changed files with 0 additions and 2 deletions

View File

@ -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.
*/