summaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/oak_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/kernel/oak_setup.c')
-rw-r--r--arch/ppc/kernel/oak_setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/kernel/oak_setup.c b/arch/ppc/kernel/oak_setup.c
index 09e6e6e6f..ef5a7a0fe 100644
--- a/arch/ppc/kernel/oak_setup.c
+++ b/arch/ppc/kernel/oak_setup.c
@@ -231,10 +231,11 @@ oak_halt(void)
/*
* Document me.
*/
-void __init
+long __init
oak_time_init(void)
{
/* XXX - Implement me */
+ return 0;
}
/*