Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb57659a authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

cipso: add __init to cipso_v4_cache_init



cipso_v4_cache_init is only called by __init cipso_v4_init

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 57a02c39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ static u32 cipso_v4_map_cache_hash(const unsigned char *key, u32 key_len)
 * success, negative values on error.
 *
 */
static int cipso_v4_cache_init(void)
static int __init cipso_v4_cache_init(void)
{
	u32 iter;