diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index 14da82564f4eef3e271c2cf891582dac45190ece..6894b085f0ee0fed7a58fd7f6c0b3d110154e18d 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)