diff options
author | Tejun Heo <htejun@gmail.com> | 2006-08-10 03:59:18 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-08-10 03:59:18 -0400 |
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 2ef86b4e7f6d..3f963f206d4a 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, | |||
5223 | ap->host_set = host_set; | 5223 | ap->host_set = host_set; |
5224 | ap->dev = ent->dev; | 5224 | ap->dev = ent->dev; |
5225 | ap->port_no = port_no; | 5225 | ap->port_no = port_no; |
5226 | ap->hard_port_no = port_no; | ||
5227 | ap->pio_mask = ent->pio_mask; | 5226 | ap->pio_mask = ent->pio_mask; |
5228 | ap->mwdma_mask = ent->mwdma_mask; | 5227 | ap->mwdma_mask = ent->mwdma_mask; |
5229 | ap->udma_mask = ent->udma_mask; | 5228 | ap->udma_mask = ent->udma_mask; |