diff options
author | Tejun Heo <htejun@gmail.com> | 2006-08-10 16:59:18 +0900 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-08-10 16:59:18 +0900 |
commit | 4852ba24f647199be797545226c6d325db231937 (patch) | |
tree | 5c732e919c04f2854622a02f618d4cbcf51a3687 /drivers/scsi | |
parent | 2a88d1ac8dca898a7fb602ddd581bf4d2977509d (diff) |
[PATCH] libata: kill unused hard_port_no and legacy_mode
Kill unused probe_ent/ap->hard_port_no and probe_ent->legacy_mode.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libata-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index 2ef86b4e7f6..3f963f206d4 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c @@ -5223,7 +5223,6 @@ void ata_port_init(struct ata_port *ap, struct ata_host_set *host_set, ap->host_set = host_set; ap->dev = ent->dev; ap->port_no = port_no; - ap->hard_port_no = port_no; ap->pio_mask = ent->pio_mask; ap->mwdma_mask = ent->mwdma_mask; ap->udma_mask = ent->udma_mask; |