[2.6 patch] libata-core.c: remove no longer used exports

From: Adrian Bunk
Date: Mon Apr 21 2008 - 04:54:12 EST


Since the usages went to libata-sff, the following exports are no longer
used:
- ata_std_prereset
- ata_do_eh

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---

drivers/ata/libata-core.c | 2 --
1 file changed, 2 deletions(-)

8f30ab861a3649ea3bab9c830b922346364dbd55 diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 8c2bb65..d684a22 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -6217,7 +6217,6 @@ EXPORT_SYMBOL_GPL(sata_set_spd);
EXPORT_SYMBOL_GPL(ata_wait_after_reset);
EXPORT_SYMBOL_GPL(sata_link_debounce);
EXPORT_SYMBOL_GPL(sata_link_resume);
-EXPORT_SYMBOL_GPL(ata_std_prereset);
EXPORT_SYMBOL_GPL(sata_link_hardreset);
EXPORT_SYMBOL_GPL(sata_std_hardreset);
EXPORT_SYMBOL_GPL(ata_std_postreset);
@@ -6278,7 +6277,6 @@ EXPORT_SYMBOL_GPL(ata_eh_freeze_port);
EXPORT_SYMBOL_GPL(ata_eh_thaw_port);
EXPORT_SYMBOL_GPL(ata_eh_qc_complete);
EXPORT_SYMBOL_GPL(ata_eh_qc_retry);
-EXPORT_SYMBOL_GPL(ata_do_eh);
EXPORT_SYMBOL_GPL(ata_std_error_handler);

EXPORT_SYMBOL_GPL(ata_cable_40wire);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/