mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[PATCH] missing prototype (mm/page_alloc.c)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
538bacf8a4
commit
78d9955bb0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user