]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ide.h
ide-disk: set_addressing() fixes
[linux-2.6-omap-h63xx.git] / include / linux / ide.h
index 02c4c642e6a549d34505fda6b6515ccc23946fda..90d53c99fe9261b11b159afde6578130ec3b3917 100644 (file)
@@ -509,7 +509,7 @@ struct ide_drive_s {
        unsigned sleeping       : 1;    /* 1=sleeping & sleep field valid */
        unsigned post_reset     : 1;
        unsigned udma33_warned  : 1;
-       unsigned addressing     : 2;    /* 0=28-bit, 1=48-bit, 2=48-bit doing 28-bit */
+       unsigned addressing     : 1;    /* 0=28-bit, 1=48-bit */
        unsigned wcache         : 1;    /* status of write cache */
        unsigned nowerr         : 1;    /* used for ignoring ATA_DF */