Skip to content

Commit e500f48

Browse files
Fabian Frederickdavem330
authored andcommitted
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>
1 parent 0c5b8a4 commit e500f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/dccp/ccid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void ccid_kmem_cache_destroy(struct kmem_cache *slab)
9999
kmem_cache_destroy(slab);
100100
}
101101

102-
static int ccid_activate(struct ccid_operations *ccid_ops)
102+
static int __init ccid_activate(struct ccid_operations *ccid_ops)
103103
{
104104
int err = -ENOBUFS;
105105

0 commit comments

Comments
 (0)