diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-04-11 00:04:20 +0100 |
---|---|---|
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) | |
download | linux-next-eb4a2c7f03db06dda0370591c958fa5a62ff2ec3.tar.gz |
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 /** * hpt366_filter - mode selection filter - * @ap: ATA interface * @adev: ATA device * * Block UDMA on devices that cause trouble with this controller. |