diff options
author | Mike Miller <mike.miller@hp.com> | 2010-04-16 14:28:41 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-05-02 11:02:17 -0400 |
commit | 859e816704b4139d15b1ec6a3505f12faef5333a (patch) | |
tree | 81e538428c200029db6f871492987e48253a91fe /drivers/scsi/hpsa_cmd.h | |
parent | 160e7f671344e40b86663a8913e175a3bb5d7f84 (diff) |
[SCSI] hpsa: remove unneeded defines
This patch removes unnecessary #define's from hpsa. The SCSI midlayer
handles all this for us.
Signed-off-by: Mike Miller <mike.miller@hp.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 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/scsi/hpsa_cmd.h b/drivers/scsi/hpsa_cmd.h index 56fb9827681e..78de9b6d1e0b 100644 --- a/drivers/scsi/hpsa_cmd.h +++ b/drivers/scsi/hpsa_cmd.h | |||
@@ -152,21 +152,6 @@ struct SenseSubsystem_info { | |||
152 | u8 reserved1[1108]; | 152 | u8 reserved1[1108]; |
153 | }; | 153 | }; |
154 | 154 | ||
155 | #define HPSA_READ_CAPACITY 0x25 /* Read Capacity */ | ||
156 | struct ReadCapdata { | ||
157 | u8 total_size[4]; /* Total size in blocks */ | ||
158 | u8 block_size[4]; /* Size of blocks in bytes */ | ||
159 | }; | ||
160 | |||
161 | #if 0 | ||
162 | /* 12 byte commands not implemented in firmware yet. */ | ||
163 | #define HPSA_READ 0xa8 | ||
164 | #define HPSA_WRITE 0xaa | ||
165 | #endif | ||
166 | |||
167 | #define HPSA_READ 0x28 /* Read(10) */ | ||
168 | #define HPSA_WRITE 0x2a /* Write(10) */ | ||
169 | |||
170 | /* BMIC commands */ | 155 | /* BMIC commands */ |
171 | #define BMIC_READ 0x26 | 156 | #define BMIC_READ 0x26 |
172 | #define BMIC_WRITE 0x27 | 157 | #define BMIC_WRITE 0x27 |