summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-04 11:30:56 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-04-04 11:30:56 +1100
commitb837e8b9545fd4a0a9460f1a55c2ee3c941d6c36 (patch)
tree2733dc8eca388f8ac731aa1ab5d846d4121d9e9d /include
parentcce5f96a649654b69881c34c1aaddb1621d9ecd3 (diff)
ide: remove ->cds field from ide_hwif_t
* Use hwif->name instead of cds->name in ide_allocate_dma_engine(). * Use pci_name(dev) instead of cds->name in init_dma_pdc202xx(). * Remove no longer needed ->cds field from ide_hwif_t. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index ec6c28083fac..5a8f12ad061b 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -447,8 +447,6 @@ typedef struct hwif_s {
struct device *dev;
- const struct ide_port_info *cds; /* chipset device struct */
-
ide_ack_intr_t *ack_intr;
void (*rw_disk)(ide_drive_t *, struct request *);