Skip to content

Commit

Permalink
[POWERPC] Remove redundant declaration of hose_list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Dec 3, 2007
1 parent 5db9abd commit 215a557
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 215a557

Please sign in to comment.