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: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9eeda9abd1
commit
76acfdb9b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue