diff options
author | Dan Williams <dan.j.williams@intel.com> | 2014-03-19 11:14:15 -0700 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-03-19 16:30:23 -0400 |
commit | 0dd5d6f0e8763ff09939adf3e5b1465a3a414fea (patch) | |
tree | b2299739a0bff2dd8fb178a56e9bba212e6adaad /include/linux/libata.h | |
parent | a5a6569959fc55d4ebf1526f7855003596946c32 (diff) |
libata: remove unused ata_sas_port_async_resume() stub
Commit bc6e7c4b0d1a "libata, libsas: kill pm_result and related cleanup"
renamed ata_sas_port_async_resume() to ata_sas_port_resume(), but missed
a CONFIG_PM=n stub conversion. Randy fixed that up in commit
a5a6569959fc "libata.h: add stub for ata_sas_port_resume", but missed
the deletion of the now unused ata_sas_port_async_resume() routine.
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 52723789b991..1de36be64df4 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -1145,9 +1145,6 @@ extern void ata_sas_port_resume(struct ata_port *ap); static inline void ata_sas_port_suspend(struct ata_port *ap) { } -static inline void ata_sas_port_async_resume(struct ata_port *ap) -{ -} static inline void ata_sas_port_resume(struct ata_port *ap) { } |