diff options
| author | Randy Dunlap <rddunlap@osdl.org> | 2005-03-30 16:28:13 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-30 16:28:13 -0800 |
| commit | 6f574f647a9de09f8a4c636fee6501b6cc1f3872 (patch) | |
| tree | 75861f25522aa1eae5af5ba28746e9fe5e25f0c3 /kernel | |
| parent | 85be99bb2797d48af8260ba76044c9f1b3fdd416 (diff) | |
[PATCH] cpuset: make function decl. ANSI
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 21344fe8a2fb..a6584d9099d3 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c @@ -1456,7 +1456,7 @@ void cpuset_init_current_mems_allowed(void) * 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; |
