Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244700

Re: [PATCH v2] sata/mvebu: use #ifdef around suspend/resume code

From Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] sata/mvebu: use #ifdef around suspend/resume code
Date 2015-10-12 15:50 +0200
Message-ID <qiLEe-zW-11@gated-at.bofh.it> (permalink)
References <qiLuy-ok-15@gated-at.bofh.it>
Organization Free Electrons

Show all headers | View raw


Dear Arnd Bergmann,

On Mon, 12 Oct 2015 15:34:55 +0200, Arnd Bergmann wrote:
> The newly added suspend/resume implementation for ahci_mvebu causes
> a link error when CONFIG_PM_SUSPEND is disabled:
> 
> ERROR: "ahci_platform_suspend_host" [drivers/ata/ahci_mvebu.ko] undefined!
> ERROR: "ahci_platform_resume_host" [drivers/ata/ahci_mvebu.ko] undefined!
> 
> This adds the same #ifdef here that exists in the ahci_platform driver
> which defines the above functions.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: d6ecf1581488 ("ata: ahci_mvebu: add suspend/resume support")

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2] sata/mvebu: use #ifdef around suspend/resume code Arnd Bergmann <arnd@arndb.de> - 2015-10-12 15:40 +0200
  Re: [PATCH v2] sata/mvebu: use #ifdef around suspend/resume code Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2015-10-12 15:50 +0200

csiph-web