VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Jerome Marchand <jmarchan@redhat.com> 2010-08-17 17:24:05 +0200 committer: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 2010-08-27 10:50:52 -0500 commit: 7371a38201d04124a9ff2cf05059731d7c1e35a5 parent: f137f15072411618e37b338aa13e5ae43583bcf2
Commit Summary:
ecryptfs: properly mark init functions
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index a2e3b562e65d..13ff48b3eacb 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -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);