Skip to content

Commit

Permalink
cipso: add __init to cipso_v4_cache_init
Browse files Browse the repository at this point in the history
cipso_v4_cache_init is only called by __init cipso_v4_init

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabian Frederick authored and David S. Miller committed Oct 1, 2014
1 parent 57a02c3 commit cb57659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/cipso_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cb57659

Please sign in to comment.