aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-10-10 16:39:29 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-10-10 16:39:29 -0400
commitebc6be520673f65aef188abde43972f9cd2162e9 (patch)
tree62ef9adc3bdc2f7665264fbcd350a53268d4cc74 /include
parentaf5dfe8cf07b6f4fbd6b7d8ff1aeda718fdd0166 (diff)
ide: remove read-only ->atapi_overlap field from ide_drive_t
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 4444b0884e5d..9cb935f2e7ce 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -415,7 +415,6 @@ struct ide_drive_s {
415 unsigned forced_geom : 1; /* 1 if hdx=c,h,s was given at boot */ 415 unsigned forced_geom : 1; /* 1 if hdx=c,h,s was given at boot */
416 unsigned no_unmask : 1; /* disallow setting unmask bit */ 416 unsigned no_unmask : 1; /* disallow setting unmask bit */
417 unsigned no_io_32bit : 1; /* disallow enabling 32bit I/O */ 417 unsigned no_io_32bit : 1; /* disallow enabling 32bit I/O */
418 unsigned atapi_overlap : 1; /* ATAPI overlap (not supported) */
419 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */ 418 unsigned doorlocking : 1; /* for removable only: door lock/unlock works */
420 unsigned nodma : 1; /* disallow DMA */ 419 unsigned nodma : 1; /* disallow DMA */
421 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */ 420 unsigned blocked : 1; /* 1=powermanagment told us not to do anything, so sleep nicely */