|
@@ -62,6 +62,7 @@ static void ahci_mvebu_regret_option(struct ahci_host_priv *hpriv)
|
|
|
writel(0x80, hpriv->mmio + AHCI_VENDOR_SPECIFIC_0_DATA);
|
|
|
}
|
|
|
|
|
|
+#ifdef CONFIG_PM_SLEEP
|
|
|
static int ahci_mvebu_suspend(struct platform_device *pdev, pm_message_t state)
|
|
|
{
|
|
|
return ahci_platform_suspend_host(&pdev->dev);
|
|
@@ -81,6 +82,10 @@ static int ahci_mvebu_resume(struct platform_device *pdev)
|
|
|
|
|
|
return ahci_platform_resume_host(&pdev->dev);
|
|
|
}
|
|
|
+#else
|
|
|
+#define ahci_mvebu_suspend NULL
|
|
|
+#define ahci_mvebu_resume NULL
|
|
|
+#endif
|
|
|
|
|
|
static const struct ata_port_info ahci_mvebu_port_info = {
|
|
|
.flags = AHCI_FLAG_COMMON,
|