diff options
author | Mark Haverkamp <markh@osdl.org> | 2006-09-19 11:59:23 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-23 21:08:26 -0400 |
commit | 65101355450df2d935f8d56ac3abef279f28a0e2 (patch) | |
tree | deea581c99159e8d7f13d0f92c6972d9a5ab9b74 /drivers/scsi/aacraid/aacraid.h | |
parent | 9cbb889786548c1212fb77a9df8d09ed883a3480 (diff) |
[SCSI] aacraid: misc cleanup
Received from Mark Salyzyn:
Basically cleanup, nothing here will have an affect. Adjusting some
error codes, removing superfluous definitions and code fragments.
Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 8924c183d9c3..e5f7be6f3cd6 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -1525,7 +1525,6 @@ struct aac_get_name { | |||
1525 | __le32 count; /* sizeof(((struct aac_get_name_resp *)NULL)->data) */ | 1525 | __le32 count; /* sizeof(((struct aac_get_name_resp *)NULL)->data) */ |
1526 | }; | 1526 | }; |
1527 | 1527 | ||
1528 | #define CT_OK 218 | ||
1529 | struct aac_get_name_resp { | 1528 | struct aac_get_name_resp { |
1530 | __le32 dummy0; | 1529 | __le32 dummy0; |
1531 | __le32 dummy1; | 1530 | __le32 dummy1; |