From: Al Viro Date: Thu, 15 Dec 2005 09:18:25 +0000 (+0000) Subject: [PATCH] missing prototype (mm/page_alloc.c) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=78d9955bb06493e7bd78e43dfdc17fb5f1dc59b6;p=deliverable%2Flinux.git [PATCH] missing prototype (mm/page_alloc.c) Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 3b21a13d841c..fe14a8c87fc2 100644 --- 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;