summaryrefslogtreecommitdiff
path: root/fs/filesystems.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-04-04 01:08:26 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2003-04-04 01:08:26 -0800
commited3aefb366cce9ec993a0558a564d2741d5e2407 (patch)
tree775ae114490bbe35053e973724774794e7938ae7 /fs/filesystems.c
parentac6ecad34952822e7f85fae561fdb9c9229d5f4a (diff)
Kobject: add NULL to decl_subsys() due to addition of hotplug operations
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r--fs/filesystems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c
index 4fcca5d3479d..a87d637e168a 100644
--- a/fs/filesystems.c
+++ b/fs/filesystems.c
@@ -61,7 +61,7 @@ static struct file_system_type **find_filesystem(const char *name)
/* define fs_subsys */
-static decl_subsys(fs, NULL);
+static decl_subsys(fs, NULL, NULL);
static int register_fs_subsys(struct file_system_type * fs)
{