diff options
author | Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | 2006-02-28 22:33:06 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-06 10:46:34 -0500 |
commit | 56178645c2686a7ef630e1b23b81d40dcfb553e6 (patch) | |
tree | 4a6fe50e78f2c9ae57d291fde4626457cc1a219e /drivers | |
parent | 719396b48ce6310ab43d7432b6d7f2a330a831b3 (diff) |
[PATCH] lpfc 8.1.3: Remove unused MBhostaddr from lpfc_sli structure
Remove unused MBhostaddr from lpfc_sli structure
Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index 6d357d9e48f7..a52d6c6cf083 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************* | 1 | /******************************************************************* |
2 | * This file is part of the Emulex Linux Device Driver for * | 2 | * This file is part of the Emulex Linux Device Driver for * |
3 | * Fibre Channel Host Bus Adapters. * | 3 | * Fibre Channel Host Bus Adapters. * |
4 | * Copyright (C) 2004-2005 Emulex. All rights reserved. * | 4 | * Copyright (C) 2004-2006 Emulex. All rights reserved. * |
5 | * EMULEX and SLI are trademarks of Emulex. * | 5 | * EMULEX and SLI are trademarks of Emulex. * |
6 | * www.emulex.com * | 6 | * www.emulex.com * |
7 | * * | 7 | * * |
@@ -199,8 +199,6 @@ struct lpfc_sli { | |||
199 | struct timer_list mbox_tmo; /* Hold clk to timeout active mbox | 199 | struct timer_list mbox_tmo; /* Hold clk to timeout active mbox |
200 | cmd */ | 200 | cmd */ |
201 | 201 | ||
202 | uint32_t *MBhostaddr; /* virtual address for mbox cmds */ | ||
203 | |||
204 | #define LPFC_IOCBQ_LOOKUP_INCREMENT 1024 | 202 | #define LPFC_IOCBQ_LOOKUP_INCREMENT 1024 |
205 | struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */ | 203 | struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */ |
206 | size_t iocbq_lookup_len; /* current lengs of the array */ | 204 | size_t iocbq_lookup_len; /* current lengs of the array */ |