diff options
Diffstat (limited to 'security/integrity/ima/ima_template.c')
-rw-r--r-- | security/integrity/ima/ima_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/integrity/ima/ima_template.c b/security/integrity/ima/ima_template.c index a076a967ec47..f6826066ff0c 100644 --- a/security/integrity/ima/ima_template.c +++ b/security/integrity/ima/ima_template.c | |||
@@ -152,7 +152,7 @@ out: | |||
152 | return result; | 152 | return result; |
153 | } | 153 | } |
154 | 154 | ||
155 | static int init_defined_templates(void) | 155 | static int __init init_defined_templates(void) |
156 | { | 156 | { |
157 | int i = 0; | 157 | int i = 0; |
158 | int result = 0; | 158 | int result = 0; |
@@ -178,7 +178,7 @@ struct ima_template_desc *ima_template_desc_current(void) | |||
178 | return ima_template; | 178 | return ima_template; |
179 | } | 179 | } |
180 | 180 | ||
181 | int ima_init_template(void) | 181 | int __init ima_init_template(void) |
182 | { | 182 | { |
183 | int result; | 183 | int result; |
184 | 184 | ||