summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-02-22 11:51:50 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-02-22 11:51:50 +1100
commit7d5f6c04f4820ccf1a2235657e38ab9139bf529d (patch)
tree2343e65584d317c16cdf5d423aa95f84f83855d1 /include
parentbddc3d74d078816e086cac0e477afec7c5d01288 (diff)
ide: remove hwif->straight8 flag
All host drivers now either set hwif->mmio or reserve continuous I/O resources so remove no longer needed hwif->straight8 flag and never reached code for 'hwif->straight8 == 0' case. 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 56b0396f274b..c4d62cf47656 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -522,7 +522,6 @@ typedef struct hwif_s {
unsigned reset : 1; /* reset after probe */
unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */
unsigned mmio : 1; /* host uses MMIO */
- unsigned straight8 : 1; /* Alan's straight 8 check */
struct device gendev;
struct class_device classdev;