]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ecryptfs/crypto.c
ecryptfs: properly mark init functions
[net-next-2.6.git] / fs / ecryptfs / crypto.c
index a2e3b562e65d996f62d1ef15eaa9c6e5a7a2293f..13ff48b3eacbe9944d2c72aab9665d2769740dd2 100644 (file)
@@ -1793,7 +1793,7 @@ struct kmem_cache *ecryptfs_key_tfm_cache;
 static struct list_head key_tfm_list;
 struct mutex key_tfm_list_mutex;
 
-int ecryptfs_init_crypto(void)
+int __init ecryptfs_init_crypto(void)
 {
        mutex_init(&key_tfm_list_mutex);
        INIT_LIST_HEAD(&key_tfm_list);