diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2006-05-17 18:09:45 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-20 10:49:53 -0400 |
commit | cb63067a772c0149184309a1f232d62c81a93673 (patch) | |
tree | a42a6561416022e0d5275369c52f7fba10103552 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 47f5e069e4d03dda36e3a13f3e20147efd710340 (diff) |
[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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 |