[PATCH] sata/mvebu: use #ifdef around suspend/resume code
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-10-12 13:33:22
Also in:
linux-ide, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-10-12 13:33:22
Also in:
linux-ide, lkml
On Monday 12 October 2015 15:27:03 Thomas Petazzoni wrote:
Arnd, On Mon, 12 Oct 2015 15:05:27 +0200, Arnd Bergmann wrote:quoted
+#ifdef CONFIG_PM_SUSPENDShouldn't this be CONFIG_PM_SLEEP ? The generic suspend/resume function in libahci_platform.c are defined when CONFIG_PM_SLEEP is enabled.
Right, I'll send a fixed version, please ignore this one! Arnd