Skip to content

Commit

Permalink
libata: remove unused ata_sas_port_async_resume() stub
Browse files Browse the repository at this point in the history
Commit bc6e7c4 "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
a5a6569 "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 <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
djbw authored and htejun committed Mar 19, 2014
1 parent a5a6569 commit 0dd5d6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
Expand Down

0 comments on commit 0dd5d6f

Please sign in to comment.