aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c
index 122b748d0f4c..7da630a8c065 100644
--- a/security/security.c
+++ b/security/security.c
@@ -110,7 +110,7 @@ int __init security_module_enable(struct security_operations *ops)
110 * If there is already a security module registered with the kernel, 110 * If there is already a security module registered with the kernel,
111 * an error will be returned. Otherwise %0 is returned on success. 111 * an error will be returned. Otherwise %0 is returned on success.
112 */ 112 */
113int register_security(struct security_operations *ops) 113int __init register_security(struct security_operations *ops)
114{ 114{
115 if (verify(ops)) { 115 if (verify(ops)) {
116 printk(KERN_DEBUG "%s could not verify " 116 printk(KERN_DEBUG "%s could not verify "