diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-04-10 19:04:20 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:16:01 -0400 |
commit | eb4a2c7f03db06dda0370591c958fa5a62ff2ec3 (patch) | |
tree | 63933e8f00d363728dfcd9182ed3718dbbf45572 /drivers/ata/pata_hpt366.c | |
parent | 5a5dbd18a7496ed403f6f54bb20c955c65482fa5 (diff) |
pata: cable methods
Versus upstream as requested
Last of the trivial switches to cable_detect methods.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_hpt366.c')
-rw-r--r-- | drivers/ata/pata_hpt366.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_hpt366.c b/drivers/ata/pata_hpt366.c index c3e5ea35e0f8..93cfa6d300a5 100644 --- a/drivers/ata/pata_hpt366.c +++ b/drivers/ata/pata_hpt366.c | |||
@@ -169,7 +169,6 @@ static int hpt_dma_blacklisted(const struct ata_device *dev, char *modestr, cons | |||
169 | 169 | ||
170 | /** | 170 | /** |
171 | * hpt366_filter - mode selection filter | 171 | * hpt366_filter - mode selection filter |
172 | * @ap: ATA interface | ||
173 | * @adev: ATA device | 172 | * @adev: ATA device |
174 | * | 173 | * |
175 | * Block UDMA on devices that cause trouble with this controller. | 174 | * Block UDMA on devices that cause trouble with this controller. |