Commit 76acfdb9 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller

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
...@@ -307,7 +307,7 @@ void flow_cache_flush(void) ...@@ -307,7 +307,7 @@ void flow_cache_flush(void)
put_online_cpus(); 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; struct tasklet_struct *tasklet;
unsigned long order; unsigned long order;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment