|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [pushed] [ppc] add missing "static" storage class for local fun
changeset: 9955:ef9509966a21bbae75598c5984e915f33322fae9
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Thu Apr 27 14:33:49 2006 -0400
files: xen/arch/ppc/boot_of.c
description:
[ppc] add missing "static" storage class for local functions
diff -r 2faf0acd35984f1d8d3cc28d6feb990ede3cf7b4 -r
ef9509966a21bbae75598c5984e915f33322fae9 xen/arch/ppc/boot_of.c
--- a/xen/arch/ppc/boot_of.c Thu Apr 27 14:30:08 2006 -0400
+++ b/xen/arch/ppc/boot_of.c Thu Apr 27 14:33:49 2006 -0400
@@ -827,7 +827,7 @@ static void boot_of_module(ulong r3, ulo
}
-int __init boot_of_serial(void)
+static int __init boot_of_serial(void)
{
/* right now we are punting and using mambo writes which is the
* hardcoded setup */
@@ -835,7 +835,7 @@ int __init boot_of_serial(void)
return 1;
}
-int __init boot_of_cpus(void)
+static int __init boot_of_cpus(void)
{
int cpus;
int cpu;
@@ -860,9 +860,8 @@ int __init boot_of_cpus(void)
return 1;
}
-int __init boot_of_rtas(void)
-{
-
+static int __init boot_of_rtas(void)
+{
return 1;
}
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [pushed] [ppc] add missing "static" storage class for local functions,
jimix <=
|
|
|
|
|