diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:55:51 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:55:51 -0400 |
commit | cab7f8eda40d3e3e16b137c67cdddc2cf893c5d7 (patch) | |
tree | 369335f0bc359357653fb2271c67940840eedced /include/linux/ide.h | |
parent | ab86f91e8739e0b1587a16e4792ab5e4bb11f1b5 (diff) |
ide: remove ->dma_{status,command} fields from ide_hwif_t
* Use ->dma_base + offset instead of ->dma_{status,command}
and remove no longer needed ->dma_{status,command}.
While at it:
* Use ATA_DMA_* defines.
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ca0efbb0a8b4..85a32f472ef0 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -526,8 +526,6 @@ typedef struct hwif_s { | |||
526 | int irq; /* our irq number */ | 526 | int irq; /* our irq number */ |
527 | 527 | ||
528 | unsigned long dma_base; /* base addr for dma ports */ | 528 | unsigned long dma_base; /* base addr for dma ports */ |
529 | unsigned long dma_command; /* dma command register */ | ||
530 | unsigned long dma_status; /* dma status register */ | ||
531 | 529 | ||
532 | unsigned long config_data; /* for use by chipset-specific code */ | 530 | unsigned long config_data; /* for use by chipset-specific code */ |
533 | unsigned long select_data; /* for use by chipset-specific code */ | 531 | unsigned long select_data; /* for use by chipset-specific code */ |