Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78d9955b authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

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

parent 538bacf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;