[POWERPC] Make find_and_init_pbs() a void function
It always returned 0 and noone checked. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
0a7c7efccc
commit
36241ce695
@@ -24,7 +24,7 @@ extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary);
|
||||
extern struct list_head hose_list;
|
||||
extern int global_phb_number;
|
||||
|
||||
extern unsigned long find_and_init_phbs(void);
|
||||
extern void find_and_init_phbs(void);
|
||||
|
||||
extern struct pci_dev *ppc64_isabridge_dev; /* may be NULL if no ISA bus */
|
||||
|
||||
|
Reference in New Issue
Block a user