Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdbeacde authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

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



v9fs_sysfs_init is only called by __init init_v9fs

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e72db989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	if (!v9fs_kobj)