From: Fabian Frederick Date: Thu, 22 May 2014 00:42:34 +0000 (+1000) Subject: fs/9p/v9fs.c: add __init to v9fs_sysfs_init X-Git-Tag: next-20140530~2^2~420 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39c786c7beda3f85d987f7c23c19f70c8be84dd7;p=karo-tx-linux.git 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 Cc: Eric Van Hensbergen Cc: Ron Minnich Signed-off-by: Andrew Morton --- diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index 14da82564f4e..6894b085f0ee 100644 --- a/fs/9p/v9fs.c +++ b/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); if (!v9fs_kobj)