diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2004-03-27 02:48:42 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-27 02:48:42 -0800 |
| commit | 1d524389fe8dc5907ef31f2cea064154af2f00e1 (patch) | |
| tree | 18c550f635112a33d6ccde93bc6cc8f953460ac9 /include/linux/ide.h | |
| parent | 5bbb000c7c783721a5bfebd05add913246630c59 (diff) | |
[PATCH] ide.c: remove unused code for hwif->mmio == 1
Diffstat (limited to 'include/linux/ide.h')
| -rw-r--r-- | include/linux/ide.h | 2 |
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 */ |
