1
0
Fork 0

net/dccp/ccid.c: add __init to ccid_activate

ccid_activate is only called by __init ccid_initialize_builtins in same module.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Fabian Frederick 2014-10-01 06:52:06 +02:00 committed by David S. Miller
parent 0c5b8a4629
commit e500f488c2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static void ccid_kmem_cache_destroy(struct kmem_cache *slab)
kmem_cache_destroy(slab);
}
static int ccid_activate(struct ccid_operations *ccid_ops)
static int __init ccid_activate(struct ccid_operations *ccid_ops)
{
int err = -ENOBUFS;