Skip to content
Snippets Groups Projects
Commit e500f488 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

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: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0c5b8a46
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment