[PATCH] missing prototype (mm/page_alloc.c)

From: Al Viro
Date: Thu Dec 15 2005 - 04:21:27 EST



Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>


---

mm/page_alloc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

8b2c4d06d0fb4b1278a457c3d275745b921f8c82
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 3b21a13..fe14a8c 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1896,7 +1896,7 @@ static int __devinit pageset_cpuup_callb
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;

--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/