]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
amba: tegra-ahb: Fix warning w/o PM_SLEEP
authorHiroshi Doyu <hdoyu@nvidia.com>
Wed, 21 Nov 2012 12:41:37 +0000 (14:41 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 26 Nov 2012 21:01:07 +0000 (14:01 -0700)
Fix build warning w/o PM_SLEEP.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/amba/tegra-ahb.c

index 0b6f0b28a4872b2aa32fe6f1e656ff1ae4ca213d..ce8fdadf369679b87a57b9b73eea6753f9923b28 100644 (file)
@@ -156,6 +156,7 @@ int tegra_ahb_enable_smmu(struct device_node *dn)
 EXPORT_SYMBOL(tegra_ahb_enable_smmu);
 #endif
 
+#ifdef CONFIG_PM_SLEEP
 static int tegra_ahb_suspend(struct device *dev)
 {
        int i;
@@ -175,6 +176,7 @@ static int tegra_ahb_resume(struct device *dev)
                gizmo_writel(ahb, ahb->ctx[i], tegra_ahb_gizmo[i]);
        return 0;
 }
+#endif
 
 static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
                            tegra_ahb_suspend,