From patchwork Wed Nov 21 12:46:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP Date: Wed, 21 Nov 2012 02:46:37 -0000 From: Hiroshi Doyu X-Patchwork-Id: 200678 Message-Id: <20121121.144637.924356344656100182.hdoyu@nvidia.com> To: "linux-tegra@vger.kernel.org" Cc: Hiroshi Doyu , "linux@arm.linux.org.uk" , "linux-kernel@vger.kernel.org" >From cd21894b640d456974920247d2a10421e78ba960 Mon Sep 17 00:00:00 2001 From: Hiroshi Doyu Date: Thu, 15 Nov 2012 08:27:41 +0200 Subject: [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP Fix build warning w/o PM_SLEEP. Signed-off-by: Hiroshi Doyu --- drivers/amba/tegra-ahb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c index bd5de08..0576a7d 100644 --- a/drivers/amba/tegra-ahb.c +++ b/drivers/amba/tegra-ahb.c @@ -157,6 +157,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; @@ -176,6 +177,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,