diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-05-21 15:20:33 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:00:54 -0400 |
commit | bc9a8a7eaa58d802a2b26c75edcc95cb92835db3 (patch) | |
tree | 202250109e861ae2ba6dfd2fa407b1b7487dca68 /drivers | |
parent | 2f91d81db3060f6d218e32d935b9a18ffca4dde2 (diff) |
libata: Kiss post_set_mode goodbye
As of the -mm tree we don't have post_set_mode users any more.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/libata-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 94ec0f524acf..c809619d23ce 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -2893,9 +2893,6 @@ int ata_do_set_mode(struct ata_port *ap, struct ata_device **r_failed_dev) if (used_dma && (ap->host->flags & ATA_HOST_SIMPLEX)) ap->host->simplex_claimed = ap; - /* step5: chip specific finalisation */ - if (ap->ops->post_set_mode) - ap->ops->post_set_mode(ap); out: if (rc) *r_failed_dev = dev; |