diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index fc3234c3625b..7096945ea234 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/spinlock.h> | 21 | #include <linux/spinlock.h> |
22 | #include <linux/completion.h> | 22 | #include <linux/completion.h> |
23 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
24 | #include <linux/workqueue.h> | ||
24 | #include <asm/semaphore.h> | 25 | #include <asm/semaphore.h> |
25 | 26 | ||
26 | #include <scsi/scsi.h> | 27 | #include <scsi/scsi.h> |
@@ -1665,6 +1666,8 @@ typedef struct fc_port { | |||
1665 | 1666 | ||
1666 | struct fc_rport *rport; | 1667 | struct fc_rport *rport; |
1667 | u32 supported_classes; | 1668 | u32 supported_classes; |
1669 | struct work_struct rport_add_work; | ||
1670 | struct work_struct rport_del_work; | ||
1668 | } fc_port_t; | 1671 | } fc_port_t; |
1669 | 1672 | ||
1670 | /* | 1673 | /* |