Skip to content
Snippets Groups Projects
Commit 76acfdb9 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

net: mark flow_cache_cpu_prepare() as __init


It's called from __init code only. And__devinit in generic networking code
is pretty strange :^)

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9eeda9ab
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ void flow_cache_flush(void)
put_online_cpus();
}
static void __devinit flow_cache_cpu_prepare(int cpu)
static void __init flow_cache_cpu_prepare(int cpu)
{
struct tasklet_struct *tasklet;
unsigned long order;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment