diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-04 01:08:26 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-04 01:08:26 -0800 |
| commit | ed3aefb366cce9ec993a0558a564d2741d5e2407 (patch) | |
| tree | 775ae114490bbe35053e973724774794e7938ae7 /fs/filesystems.c | |
| parent | ac6ecad34952822e7f85fae561fdb9c9229d5f4a (diff) | |
Kobject: add NULL to decl_subsys() due to addition of hotplug operations
Diffstat (limited to 'fs/filesystems.c')
| -rw-r--r-- | fs/filesystems.c | 2 |
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) { |
