diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-18 11:58:44 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-18 11:58:44 -0500 |
commit | 44f61e6c269e0a85b6cac608c6ee29d3dbbf21ad (patch) | |
tree | d816b63f2e22a62d21c09aeacc01e058c69852a8 /drivers | |
parent | 7806057274c493d53a214232d4df6f96aadc7547 (diff) |
Clean this commitwip-mc
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/ahci-tegra.c | 1 |
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 */ |