mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
cipso: add __init to cipso_v4_cache_init
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>
This commit is contained in:
parent
57a02c39c1
commit
cb57659a15
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue