libata: remove unused ata_sas_port_async_resume() stub

Commit bc6e7c4b0d "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
a5a6569959 "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>
This commit is contained in:
Dan Williams 2014-03-19 11:14:15 -07:00 committed by Tejun Heo
parent a5a6569959
commit 0dd5d6f0e8
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{
}