diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 15:59:05 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 03:03:32 -0400 |
commit | a2a431a4fd3b11c6808933ca1bdb2d28a8fa0634 (patch) | |
tree | 216e748f972505f37bbf2abb5cb0baa98fbf782f /drivers/scsi/hpsa_cmd.h | |
parent | 1fb011fb05b6bac4fb8eabd324a6983116f7594d (diff) |
[SCSI] hpsa: delete old unused padding garbage
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/hpsa_cmd.h')
-rw-r--r-- | drivers/scsi/hpsa_cmd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/hpsa_cmd.h b/drivers/scsi/hpsa_cmd.h index 18464900e761..05007404f5b0 100644 --- a/drivers/scsi/hpsa_cmd.h +++ b/drivers/scsi/hpsa_cmd.h | |||
@@ -256,14 +256,6 @@ struct ErrorInfo { | |||
256 | #define CMD_IOCTL_PEND 0x01 | 256 | #define CMD_IOCTL_PEND 0x01 |
257 | #define CMD_SCSI 0x03 | 257 | #define CMD_SCSI 0x03 |
258 | 258 | ||
259 | /* This structure needs to be divisible by 32 for new | ||
260 | * indexing method and performant mode. | ||
261 | */ | ||
262 | #define PAD32 32 | ||
263 | #define PAD64DIFF 0 | ||
264 | #define USEEXTRA ((sizeof(void *) - 4)/4) | ||
265 | #define PADSIZE (PAD32 + PAD64DIFF * USEEXTRA) | ||
266 | |||
267 | #define DIRECT_LOOKUP_SHIFT 5 | 259 | #define DIRECT_LOOKUP_SHIFT 5 |
268 | #define DIRECT_LOOKUP_BIT 0x10 | 260 | #define DIRECT_LOOKUP_BIT 0x10 |
269 | #define DIRECT_LOOKUP_MASK (~((1 << DIRECT_LOOKUP_SHIFT) - 1)) | 261 | #define DIRECT_LOOKUP_MASK (~((1 << DIRECT_LOOKUP_SHIFT) - 1)) |