firewire: Future proof the iso ioctls by adding a handle for the iso context.
[linux-2.6] / drivers / scsi / scsi_sysctl.c
index b16b775..6cfaaa2 100644 (file)
@@ -41,7 +41,7 @@ static struct ctl_table_header *scsi_table_header;
 
 int __init scsi_init_sysctl(void)
 {
-       scsi_table_header = register_sysctl_table(scsi_root_table, 0);
+       scsi_table_header = register_sysctl_table(scsi_root_table);
        if (!scsi_table_header)
                return -ENOMEM;
        return 0;