diff options
Diffstat (limited to 'crypto/proc.c')
| -rw-r--r-- | crypto/proc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/proc.c b/crypto/proc.c index 8543b7a157d6..9e573b17e887 100644 --- a/crypto/proc.c +++ b/crypto/proc.c | |||
| @@ -113,3 +113,8 @@ void __init crypto_init_proc(void) | |||
| 113 | if (proc) | 113 | if (proc) |
| 114 | proc->proc_fops = &proc_crypto_ops; | 114 | proc->proc_fops = &proc_crypto_ops; |
| 115 | } | 115 | } |
| 116 | |||
| 117 | void __exit crypto_exit_proc(void) | ||
| 118 | { | ||
| 119 | remove_proc_entry("crypto", NULL); | ||
| 120 | } | ||
