diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index c4136bf344a4..30a931979889 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -31,6 +31,8 @@ | |||
31 | #include <scsi/scsi_cmnd.h> | 31 | #include <scsi/scsi_cmnd.h> |
32 | #include <scsi/scsi_transport_fc.h> | 32 | #include <scsi/scsi_transport_fc.h> |
33 | 33 | ||
34 | #define QLA2XXX_DRIVER_NAME "qla2xxx" | ||
35 | |||
34 | /* | 36 | /* |
35 | * We have MAILBOX_REGISTER_COUNT sized arrays in a few places, | 37 | * We have MAILBOX_REGISTER_COUNT sized arrays in a few places, |
36 | * but that's fine as we don't look at the last 24 ones for | 38 | * but that's fine as we don't look at the last 24 ones for |