Skip to content
Commit 4f1dd973 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Tejun Heo
Browse files

sata/mvebu: use #ifdef around suspend/resume code



The newly added suspend/resume implementation for ahci_mvebu causes
a link error when CONFIG_PM_SLEEP 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: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: d6ecf158 ("ata: ahci_mvebu: add suspend/resume support")
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4d92f009
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment