diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2006-10-03 01:14:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 08:04:08 -0700 |
commit | 3f63c5e88a5ce45b423f3712293f1664115b09c0 (patch) | |
tree | b735419f00d8054fe16d8aa905d6e46128999050 /include/linux | |
parent | 27ac6036f31dea8117ecc525e0dbfd17b23e8c09 (diff) | |
download | op-kernel-dev-3f63c5e88a5ce45b423f3712293f1664115b09c0.zip op-kernel-dev-3f63c5e88a5ce45b423f3712293f1664115b09c0.tar.gz |
[PATCH] ide: remove dma_base2 field from ide_hwif_t
Remove dma_base2 field from ide_hwif_t as it's used only in 2 drivers and
without great need.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: John Keller <jpk@sgi.com>
Signed-off-by: Jeremy Higdon <jeremy@sgi.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 097d16e..a9a9e33 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -774,7 +774,6 @@ typedef struct hwif_s { unsigned long dma_status; /* dma status register */ unsigned long dma_vendor3; /* dma vendor 3 register */ unsigned long dma_prdtable; /* actual prd table address */ - unsigned long dma_base2; /* extended base addr for dma ports */ unsigned long config_data; /* for use by chipset-specific code */ unsigned long select_data; /* for use by chipset-specific code */ |