Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=496b92e65d8158bbcb978e3f746478cfa4c8542c
Commit:     496b92e65d8158bbcb978e3f746478cfa4c8542c
Parent:     64a0e08682fc9b7b32ebf1add5e6ade09960dfab
Author:     Borislav Petkov <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 2 19:56:49 2008 +0100
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Sat Feb 2 19:56:49 2008 +0100

    ide-tape: remove struct idetape_medium_partition_page_t
    
    There should be no functional changes resulting from this patch.
    
    Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide-tape.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index b9ba790..32f56ee 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -690,25 +690,6 @@ typedef struct {
 } 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.
  */
 typedef struct {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to