diff options
Diffstat (limited to 'drivers/scsi/qlogicpti.h')
-rw-r--r-- | drivers/scsi/qlogicpti.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/qlogicpti.h b/drivers/scsi/qlogicpti.h index 6cd1c0771d29..ef6da2df584b 100644 --- a/drivers/scsi/qlogicpti.h +++ b/drivers/scsi/qlogicpti.h | |||
@@ -380,8 +380,7 @@ struct qlogicpti { | |||
380 | unsigned char swsreg; | 380 | unsigned char swsreg; |
381 | unsigned int | 381 | unsigned int |
382 | gotirq : 1, /* this instance got an irq */ | 382 | gotirq : 1, /* this instance got an irq */ |
383 | is_pti : 1, /* Non-zero if this is a PTI board. */ | 383 | is_pti : 1; /* Non-zero if this is a PTI board. */ |
384 | sbits : 16; /* syncmode known bits */ | ||
385 | }; | 384 | }; |
386 | 385 | ||
387 | /* How to twiddle them bits... */ | 386 | /* How to twiddle them bits... */ |