summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/iseries/vio.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-04-27 07:09:02 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-04-29 08:01:58 (GMT)
commit95a1ca6cd8e702a19ee56efae522a5816a56a205 (patch)
treeb641fb9888afa4b7e51a337a78f0824f729b3881 /arch/powerpc/platforms/iseries/vio.c
parent29f147d746326e4db5fe350c70373081d61a2965 (diff)
downloadlinux-fsl-qoriq-95a1ca6cd8e702a19ee56efae522a5816a56a205.tar.xz
[PATCH] powerpc: add all the iSeries virtual devices to the device tree
We do this by putting them in the flattened device tree at setup time. This required the flattened device tree blob to be made bigger. Currenly we don't do anything with these. Also make a function static. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/vio.c')
-rw-r--r--arch/powerpc/platforms/iseries/vio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/vio.c b/arch/powerpc/platforms/iseries/vio.c
index ad36ab0..22045a2 100644
--- a/arch/powerpc/platforms/iseries/vio.c
+++ b/arch/powerpc/platforms/iseries/vio.c
@@ -71,7 +71,7 @@ static struct vio_dev *__init vio_register_device_iseries(char *type,
return viodev;
}
-void __init probe_bus_iseries(void)
+static void __init probe_bus_iseries(void)
{
HvLpIndexMap vlan_map;
struct vio_dev *viodev;