OSDN Git Service

net: mark flow_cache_cpu_prepare() as __init
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 7 Nov 2008 07:06:44 +0000 (23:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Nov 2008 07:06:44 +0000 (23:06 -0800)
commit76acfdb9b78acf73023307974f6d38a269e9967a
treedcf9c5ee0f36c9c5eba75ee08347796abf843c34
parent9eeda9abd1faf489f3df9a1f557975f4c8650363
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>
net/core/flow.c