ide: remove ->dma_vendor{1,3} fields from ide_hwif_t
* Use 'hwif->dma_base + {1,3}' instead of hwif->dma_vendor{1,3} in pdc202xx_new host driver. * Remove no longer needed ->dma_vendor{1,3} fields from ide_hwif_t. Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -505,9 +505,7 @@ typedef struct hwif_s {
|
||||
|
||||
unsigned long dma_base; /* base addr for dma ports */
|
||||
unsigned long dma_command; /* dma command register */
|
||||
unsigned long dma_vendor1; /* dma vendor 1 register */
|
||||
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 config_data; /* for use by chipset-specific code */
|
||||
|
Reference in New Issue
Block a user