diff options
-rw-r--r-- | crypto/proc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/proc.c b/crypto/proc.c index 3d73323ff79b..e482ab68a7ce 100644 --- a/crypto/proc.c +++ b/crypto/proc.c | |||
@@ -99,11 +99,7 @@ static const struct file_operations proc_crypto_ops = { | |||
99 | 99 | ||
100 | void __init crypto_init_proc(void) | 100 | void __init crypto_init_proc(void) |
101 | { | 101 | { |
102 | struct proc_dir_entry *proc; | 102 | proc_create("crypto", 0, NULL, &proc_crypto_ops); |
103 | |||
104 | proc = create_proc_entry("crypto", 0, NULL); | ||
105 | if (proc) | ||
106 | proc->proc_fops = &proc_crypto_ops; | ||
107 | } | 103 | } |
108 | 104 | ||
109 | void __exit crypto_exit_proc(void) | 105 | void __exit crypto_exit_proc(void) |