diff options
author | Tejun Heo <htejun@gmail.com> | 2006-05-15 07:57:27 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-05-15 07:57:27 -0400 |
commit | e23befe9018319dc218e2e51c20ce480e6b45eeb (patch) | |
tree | 2b0ca8ab4454ca5ecff93448699236e7687af133 | |
parent | e4fac92ae744cd5d5c3c1774825788e6b91a5965 (diff) |
[PATCH] libata: unexport ata_scsi_error()
While moving ata_scsi_error() from LLDD sht to libata transportt,
EXPORT_SYMBOL_GPL() entry was left out. Kill it.
Signed-off-by: Tejun Heo <htejun@gmail.com>
-rw-r--r-- | drivers/scsi/libata-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index 196c09ff5e71..85a004290072 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -5161,7 +5161,6 @@ EXPORT_SYMBOL_GPL(ata_device_resume); | |||
5161 | EXPORT_SYMBOL_GPL(ata_scsi_device_suspend); | 5161 | EXPORT_SYMBOL_GPL(ata_scsi_device_suspend); |
5162 | EXPORT_SYMBOL_GPL(ata_scsi_device_resume); | 5162 | EXPORT_SYMBOL_GPL(ata_scsi_device_resume); |
5163 | 5163 | ||
5164 | EXPORT_SYMBOL_GPL(ata_scsi_error); | ||
5165 | EXPORT_SYMBOL_GPL(ata_eng_timeout); | 5164 | EXPORT_SYMBOL_GPL(ata_eng_timeout); |
5166 | EXPORT_SYMBOL_GPL(ata_eh_qc_complete); | 5165 | EXPORT_SYMBOL_GPL(ata_eh_qc_complete); |
5167 | EXPORT_SYMBOL_GPL(ata_eh_qc_retry); | 5166 | EXPORT_SYMBOL_GPL(ata_eh_qc_retry); |