diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-03-04 07:07:38 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-09 05:03:26 +0100 |
commit | 36241ce695f16193d0f76ea010f212119da37071 (patch) | |
tree | 8c67b3324fe65170d239b8b0d9003f5ce5f94ccd /include/asm-powerpc/ppc-pci.h | |
parent | [POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSE (diff) | |
download | linux-36241ce695f16193d0f76ea010f212119da37071.tar.xz linux-36241ce695f16193d0f76ea010f212119da37071.zip |
[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>
Diffstat (limited to 'include/asm-powerpc/ppc-pci.h')
-rw-r--r-- | include/asm-powerpc/ppc-pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/ppc-pci.h b/include/asm-powerpc/ppc-pci.h index 4a053404bf6b..f186720d0739 100644 --- a/include/asm-powerpc/ppc-pci.h +++ b/include/asm-powerpc/ppc-pci.h @@ -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 */ |