In file included from include/linux/ptrace.h:77,
                 from arch/ppc64/lib/sstep.c:12:
include/linux/sched.h: In function `freeze_processes':
include/linux/sched.h:1189: warning: no return statement in function returning non-void

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-power4-akpm/include/linux/sched.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/sched.h~swsusp-try_to_freeze-to-make-freezing-hooks-nicer-fix include/linux/sched.h
--- 25-power4/include/linux/sched.h~swsusp-try_to_freeze-to-make-freezing-hooks-nicer-fix	2004-12-28 01:22:48.088311440 -0800
+++ 25-power4-akpm/include/linux/sched.h	2004-12-28 01:23:01.735236792 -0800
@@ -1145,7 +1145,7 @@ static inline int try_to_freeze(unsigned
 }
 #else
 static inline void refrigerator(unsigned long flag) {}
-static inline int freeze_processes(void) { BUG(); }
+static inline int freeze_processes(void) { BUG(); return 0; }
 static inline void thaw_processes(void) {}
 
 static inline int try_to_freeze(unsigned long refrigerator_flags)
_