aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci-tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ahci-tegra.c')
-rw-r--r--drivers/ata/ahci-tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index 52b5820ac05..49a5bd14614 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -797,6 +797,7 @@ static void tegra_ahci_controller_remove(struct platform_device *pdev)
797{ 797{
798 struct ata_host *host = dev_get_drvdata(&pdev->dev); 798 struct ata_host *host = dev_get_drvdata(&pdev->dev);
799 struct tegra_ahci_host_priv *tegra_hpriv; 799 struct tegra_ahci_host_priv *tegra_hpriv;
800 u32 status;
800 801
801#ifdef CONFIG_PM 802#ifdef CONFIG_PM
802 /* call tegra_ahci_controller_suspend() to power-down the SATA */ 803 /* call tegra_ahci_controller_suspend() to power-down the SATA */