
From: "Randy.Dunlap" <rddunlap@osdl.org>

kernel/cpuset.c:1428:41: warning: non-ANSI function declaration

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
Acked-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/cpuset.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/cpuset.c~cpuset-make-function-decl-ansi kernel/cpuset.c
--- 25/kernel/cpuset.c~cpuset-make-function-decl-ansi	2005-03-28 17:40:38.000000000 -0800
+++ 25-akpm/kernel/cpuset.c	2005-03-28 17:40:38.000000000 -0800
@@ -1456,7 +1456,7 @@ void cpuset_init_current_mems_allowed(vo
  * Do not call this routine if in_interrupt().
  */
 
-void cpuset_update_current_mems_allowed()
+void cpuset_update_current_mems_allowed(void)
 {
 	struct cpuset *cs = current->cpuset;
 
_
