提交 0dd5d6f0 编写于 作者: D Dan Williams 提交者: Tejun Heo

libata: remove unused ata_sas_port_async_resume() stub

Commit bc6e7c4b "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
a5a65699 "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: NDan Williams <dan.j.williams@intel.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 a5a65699
......@@ -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)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册