projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538bacf
)
[PATCH] missing prototype (mm/page_alloc.c)
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 15 Dec 2005 09:18:25 +0000
(09:18 +0000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 15 Dec 2005 18:04:30 +0000
(10:04 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index 3b21a13d841c4c822973110bb4d8abb445c21a00..fe14a8c87fc27d8822faeaff71cf990f6f9a95ef 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-1896,7
+1896,7
@@
static int __devinit pageset_cpuup_callback(struct notifier_block *nfb,
static struct notifier_block pageset_notifier =
{ &pageset_cpuup_callback, NULL, 0 };
-void __init setup_per_cpu_pageset()
+void __init setup_per_cpu_pageset(
void
)
{
int err;