aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas_pci.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-03-04 17:07:38 +1100
committerPaul Mackerras <paulus@samba.org>2007-03-09 15:03:26 +1100
commit36241ce695f16193d0f76ea010f212119da37071 (patch)
tree8c67b3324fe65170d239b8b0d9003f5ce5f94ccd /arch/powerpc/kernel/rtas_pci.c
parent0a7c7efccc08f00ae6fc8e1f2de0ee61f07357fd (diff)
downloadkernel_samsung_smdk4412-36241ce695f16193d0f76ea010f212119da37071.zip
kernel_samsung_smdk4412-36241ce695f16193d0f76ea010f212119da37071.tar.gz
kernel_samsung_smdk4412-36241ce695f16193d0f76ea010f212119da37071.tar.bz2
[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 'arch/powerpc/kernel/rtas_pci.c')
-rw-r--r--arch/powerpc/kernel/rtas_pci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c
index ace9f4c..1616a44 100644
--- a/arch/powerpc/kernel/rtas_pci.c
+++ b/arch/powerpc/kernel/rtas_pci.c
@@ -274,7 +274,7 @@ int __devinit rtas_setup_phb(struct pci_controller *phb)
return 0;
}
-unsigned long __init find_and_init_phbs(void)
+void __init find_and_init_phbs(void)
{
struct device_node *node;
struct pci_controller *phb;
@@ -319,8 +319,6 @@ unsigned long __init find_and_init_phbs(void)
if (prop)
pci_assign_all_buses = *prop;
}
-
- return 0;
}
/* RPA-specific bits for removing PHBs */