Skip to content

Commit

Permalink
ide-tape: remove struct idetape_medium_partition_page_t
Browse files Browse the repository at this point in the history
There should be no functional changes resulting from this patch.

Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
Borislav Petkov authored and bzolnier committed Feb 2, 2008
1 parent 64a0e08 commit 496b92e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,25 +689,6 @@ typedef struct {
__u8 length[3]; /* Block Length */
} idetape_parameter_block_descriptor_t;

/*
* The Medium Partition Page, as returned by the MODE SENSE packet command.
*/
typedef struct {
unsigned page_code :6; /* Page Code - Should be 0x11 */
unsigned reserved1_6 :1; /* Reserved */
unsigned ps :1;
__u8 page_length; /* Page Length - Should be 6 */
__u8 map; /* Maximum Additional Partitions - Should be 0 */
__u8 apd; /* Additional Partitions Defined - Should be 0 */
unsigned reserved4_012 :3; /* Reserved */
unsigned psum :2; /* Should be 0 */
unsigned idp :1; /* Should be 0 */
unsigned sdp :1; /* Should be 0 */
unsigned fdp :1; /* Fixed Data Partitions */
__u8 mfr; /* Medium Format Recognition */
__u8 reserved[2]; /* Reserved */
} idetape_medium_partition_page_t;

/*
* Run time configurable parameters.
*/
Expand Down

0 comments on commit 496b92e

Please sign in to comment.