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

2015-10-12 Thread Thomas Petazzoni
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_platf

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

2015-10-12 Thread Arnd Bergmann
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