diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-11-02 15:16:08 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2006-12-07 16:52:41 -0500 |
commit | 9117c6dc430578748ce732c6ff25eed8ed501a97 (patch) | |
tree | bf979269fb81674bf94bf14ea6a97152943024dc /drivers/ieee1394/sbp2.h | |
parent | 28b066795f26196003353e1b4f7beaf63158ee74 (diff) |
ieee1394: sbp2: remove unused struct members
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/sbp2.h')
-rw-r--r-- | drivers/ieee1394/sbp2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ieee1394/sbp2.h b/drivers/ieee1394/sbp2.h index 6c1f8ff1c59e..8902a4676959 100644 --- a/drivers/ieee1394/sbp2.h +++ b/drivers/ieee1394/sbp2.h | |||
@@ -295,12 +295,6 @@ struct scsi_id_instance_data { | |||
295 | u64 command_block_agent_addr; | 295 | u64 command_block_agent_addr; |
296 | u32 speed_code; | 296 | u32 speed_code; |
297 | u32 max_payload_size; | 297 | u32 max_payload_size; |
298 | |||
299 | /* Pulled from the device's unit directory */ | ||
300 | u32 command_set_spec_id; | ||
301 | u32 command_set; | ||
302 | u32 unit_characteristics; | ||
303 | u32 firmware_revision; | ||
304 | u16 lun; | 298 | u16 lun; |
305 | 299 | ||
306 | /* Address for the unit to write status blocks to */ | 300 | /* Address for the unit to write status blocks to */ |