aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_scc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_scc.c')
-rw-r--r--drivers/ata/pata_scc.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/ata/pata_scc.c b/drivers/ata/pata_scc.c
index eb748e327143..e265f835c95d 100644
--- a/drivers/ata/pata_scc.c
+++ b/drivers/ata/pata_scc.c
@@ -826,18 +826,6 @@ static unsigned int scc_data_xfer (struct ata_device *dev, unsigned char *buf,
826} 826}
827 827
828/** 828/**
829 * scc_pata_prereset - prepare for reset
830 * @ap: ATA port to be reset
831 * @deadline: deadline jiffies for the operation
832 */
833
834static int scc_pata_prereset(struct ata_link *link, unsigned long deadline)
835{
836 link->ap->cbl = ATA_CBL_PATA80;
837 return ata_sff_prereset(link, deadline);
838}
839
840/**
841 * scc_postreset - standard postreset callback 829 * scc_postreset - standard postreset callback
842 * @ap: the target ata_port 830 * @ap: the target ata_port
843 * @classes: classes of attached devices 831 * @classes: classes of attached devices
@@ -946,7 +934,7 @@ static struct ata_port_operations scc_pata_ops = {
946 .bmdma_status = scc_bmdma_status, 934 .bmdma_status = scc_bmdma_status,
947 .sff_data_xfer = scc_data_xfer, 935 .sff_data_xfer = scc_data_xfer,
948 936
949 .prereset = scc_pata_prereset, 937 .cable_detect = ata_cable_80wire,
950 .softreset = scc_softreset, 938 .softreset = scc_softreset,
951 .postreset = scc_postreset, 939 .postreset = scc_postreset,
952 940