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:
Alexey Dobriyan 2008-11-06 23:06:44 -08:00 committed by David S. Miller
parent 9eeda9abd1
commit 76acfdb9b7

View file

@ -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;