libata: separate out ata_host_start()
[powerpc.git] / fs / filesystems.c
index 44082bf..7a4f61a 100644 (file)
@@ -68,8 +68,6 @@ int register_filesystem(struct file_system_type * fs)
        int res = 0;
        struct file_system_type ** p;
 
-       if (!fs)
-               return -EINVAL;
        if (fs->next)
                return -EBUSY;
        INIT_LIST_HEAD(&fs->fs_supers);