From: Dan Williams Date: Wed, 19 Mar 2014 18:14:15 +0000 (-0700) Subject: libata: remove unused ata_sas_port_async_resume() stub X-Git-Tag: v3.15-rc1~161^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd5d6f0e8763ff09939adf3e5b1465a3a414fea;p=pandora-kernel.git 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 Signed-off-by: Dan Williams Signed-off-by: Tejun Heo --- Reading git-diff-tree failed