提交 76acfdb9 编写于 作者: A Alexey Dobriyan 提交者: 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: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9eeda9ab
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册