diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:20 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:20 -0400 |
commit | 21a3387ddd9eedcf6d4f47e591ffa90128b9f560 (patch) | |
tree | b1078598c6e93e1c232312a366f60f1e1d29eeb6 /include/linux/ide.h | |
parent | eb63963a55f039f049d0dd1121f91f332af6ecc9 (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 'include/linux/ide.h')
-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 d3d64116957b..171f8056d052 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1111,7 +1111,6 @@ struct ide_port_info { | |||
1111 | 1111 | ||
1112 | ide_pci_enablebit_t enablebits[2]; | 1112 | ide_pci_enablebit_t enablebits[2]; |
1113 | hwif_chipset_t chipset; | 1113 | hwif_chipset_t chipset; |
1114 | u8 extra; | ||
1115 | u32 host_flags; | 1114 | u32 host_flags; |
1116 | u8 pio_mask; | 1115 | u8 pio_mask; |
1117 | u8 swdma_mask; | 1116 | u8 swdma_mask; |