mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
libata: remove unused ata_sas_port_async_resume() stub
Commitbc6e7c4b0d
"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 commita5a6569959
"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:
parent
a5a6569959
commit
0dd5d6f0e8
@ -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_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)
|
static inline void ata_sas_port_resume(struct ata_port *ap)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user