summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2004-03-27 02:48:42 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-27 02:48:42 -0800
commit1d524389fe8dc5907ef31f2cea064154af2f00e1 (patch)
tree18c550f635112a33d6ccde93bc6cc8f953460ac9 /include/linux/ide.h
parent5bbb000c7c783721a5bfebd05add913246630c59 (diff)
[PATCH] ide.c: remove unused code for hwif->mmio == 1
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 90c90d8aa42a..abc2bf38be84 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -932,7 +932,7 @@ typedef struct hwif_s {
int sg_dma_direction; /* dma transfer direction */
int sg_dma_active; /* is it in use */
- int mmio; /* hosts iomio (0), mmio (1) or custom (2) select */
+ int mmio; /* hosts iomio (0) or custom (2) select */
int rqsize; /* max sectors per request */
int irq; /* our irq number */