commit | e23befe9018319dc218e2e51c20ce480e6b45eeb | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:27 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:27 2006 +0900 |
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>