aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 5b79697a3a80..7d210cd6c38d 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -580,7 +580,7 @@ struct Scsi_Host {
580 * Used to assign serial numbers to the cmds. 580 * Used to assign serial numbers to the cmds.
581 * Protected by the host lock. 581 * Protected by the host lock.
582 */ 582 */
583 unsigned long cmd_serial_number, cmd_pid; 583 unsigned long cmd_serial_number;
584 584
585 unsigned active_mode:2; 585 unsigned active_mode:2;
586 unsigned unchecked_isa_dma:1; 586 unsigned unchecked_isa_dma:1;