aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/hpt34x.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:20 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:20 -0400
commit21a3387ddd9eedcf6d4f47e591ffa90128b9f560 (patch)
treeb1078598c6e93e1c232312a366f60f1e1d29eeb6 /drivers/ide/pci/hpt34x.c
parenteb63963a55f039f049d0dd1121f91f332af6ecc9 (diff)
ide: remove ->extra field from struct ide_port_info
Always setup hwif->extra_base in ide_iomio_dma() and remove no longer needed ->extra field from struct ide_port_info. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/hpt34x.c')
-rw-r--r--drivers/ide/pci/hpt34x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/hpt34x.c b/drivers/ide/pci/hpt34x.c
index e4193ef56797..84c36c117194 100644
--- a/drivers/ide/pci/hpt34x.c
+++ b/drivers/ide/pci/hpt34x.c
@@ -130,7 +130,6 @@ static const struct ide_port_info hpt34x_chipsets[] __devinitdata = {
130 { /* 0 */ 130 { /* 0 */
131 .name = "HPT343", 131 .name = "HPT343",
132 .init_chipset = init_chipset_hpt34x, 132 .init_chipset = init_chipset_hpt34x,
133 .extra = 16,
134 .port_ops = &hpt34x_port_ops, 133 .port_ops = &hpt34x_port_ops,
135 .host_flags = IDE_HFLAGS_HPT34X | IDE_HFLAG_NON_BOOTABLE, 134 .host_flags = IDE_HFLAGS_HPT34X | IDE_HFLAG_NON_BOOTABLE,
136 .pio_mask = ATA_PIO5, 135 .pio_mask = ATA_PIO5,
@@ -138,7 +137,6 @@ static const struct ide_port_info hpt34x_chipsets[] __devinitdata = {
138 { /* 1 */ 137 { /* 1 */
139 .name = "HPT345", 138 .name = "HPT345",
140 .init_chipset = init_chipset_hpt34x, 139 .init_chipset = init_chipset_hpt34x,
141 .extra = 16,
142 .port_ops = &hpt34x_port_ops, 140 .port_ops = &hpt34x_port_ops,
143 .host_flags = IDE_HFLAGS_HPT34X | IDE_HFLAG_OFF_BOARD, 141 .host_flags = IDE_HFLAGS_HPT34X | IDE_HFLAG_OFF_BOARD,
144 .pio_mask = ATA_PIO5, 142 .pio_mask = ATA_PIO5,