From: "Randy.Dunlap" kernel/cpuset.c:1428:41: warning: non-ANSI function declaration Signed-off-by: Randy Dunlap Acked-by: Paul Jackson Signed-off-by: Andrew Morton --- 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; _