projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a02c3
)
cipso: add __init to cipso_v4_cache_init
author
Fabian Frederick
<fabf@skynet.be>
Wed, 1 Oct 2014 17:30:03 +0000
(19:30 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Oct 2014 19:46:20 +0000
(15:46 -0400)
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>
net/ipv4/cipso_ipv4.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/cipso_ipv4.c
b/net/ipv4/cipso_ipv4.c
index 05b708bbdb0dedd34a04d99b16391a6b2ca4a30c..4715f25dfe0351a2d219f8c2aa7756da75e51dcb 100644
(file)
--- a/
net/ipv4/cipso_ipv4.c
+++ b/
net/ipv4/cipso_ipv4.c
@@
-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;