[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5329D7F1.4030400@infradead.org>
Date: Wed, 19 Mar 2014 10:46:25 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
James Bottomley <jbottomley@...allels.com>,
Tejun Heo <tj@...nel.org>
CC: linux-ide@...r.kernel.org, linux-scsi <linux-scsi@...r.kernel.org>,
Jim Davis <jim.epost@...il.com>
Subject: [PATCH -next] libata.h: add stub for ata_sas_port_resume
From: Randy Dunlap <rdunlap@...radead.org>
Fix build error when CONFIG_PM is not enabled by adding a stub
function in <linux/libata.h>.
drivers/scsi/libsas/sas_ata.c: In function 'sas_resume_sata':
drivers/scsi/libsas/sas_ata.c:756:3: error: implicit declaration of function 'ata_sas_port_resume' [-Werror=implicit-function-declaration]
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Reported-by: Jim Davis <jim.epost@...il.com>
---
include/linux/libata.h | 3 +++
1 file changed, 3 insertions(+)
--- linux-next-20140319.orig/include/linux/libata.h
+++ linux-next-20140319/include/linux/libata.h
@@ -1148,6 +1148,9 @@ static inline void ata_sas_port_suspend(
static inline void ata_sas_port_async_resume(struct ata_port *ap)
{
}
+static inline void ata_sas_port_resume(struct ata_port *ap)
+{
+}
#endif
extern int ata_ratelimit(void);
extern void ata_msleep(struct ata_port *ap, unsigned int msecs);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists