diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index acf40dcbfb30..1c6d366f4fad 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -451,11 +451,9 @@ struct device_reg_2xxx { | |||
451 | } u_end; | 451 | } u_end; |
452 | }; | 452 | }; |
453 | 453 | ||
454 | typedef struct { | 454 | typedef union { |
455 | union { | ||
456 | struct device_reg_2xxx isp; | 455 | struct device_reg_2xxx isp; |
457 | struct device_reg_24xx isp24; | 456 | struct device_reg_24xx isp24; |
458 | }; | ||
459 | } device_reg_t; | 457 | } device_reg_t; |
460 | 458 | ||
461 | #define ISP_REQ_Q_IN(ha, reg) \ | 459 | #define ISP_REQ_Q_IN(ha, reg) \ |