mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +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
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ static int __devinit pageset_cpuup_callback(struct notifier_block *nfb,
|
||||||
static struct notifier_block pageset_notifier =
|
static struct notifier_block pageset_notifier =
|
||||||
{ &pageset_cpuup_callback, NULL, 0 };
|
{ &pageset_cpuup_callback, NULL, 0 };
|
||||||
|
|
||||||
void __init setup_per_cpu_pageset()
|
void __init setup_per_cpu_pageset(void)
|
||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue