Browse Source

fs/9p/v9fs.c: add __init to v9fs_sysfs_init

v9fs_sysfs_init is only called by __init init_v9fs

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Fabian Frederick 11 years ago
parent
commit
bdbeacdea2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/9p/v9fs.c

+ 1 - 1
fs/9p/v9fs.c

@@ -537,7 +537,7 @@ static struct attribute_group v9fs_attr_group = {
  *
  *
  */
  */
 
 
-static int v9fs_sysfs_init(void)
+static int __init v9fs_sysfs_init(void)
 {
 {
 	v9fs_kobj = kobject_create_and_add("9p", fs_kobj);
 	v9fs_kobj = kobject_create_and_add("9p", fs_kobj);
 	if (!v9fs_kobj)
 	if (!v9fs_kobj)