* [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP
@ 2012-11-21 12:41 Hiroshi Doyu
[not found] ` <1353501697-25345-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-11-26 21:01 ` Stephen Warren
0 siblings, 2 replies; 3+ messages in thread
From: Hiroshi Doyu @ 2012-11-21 12:41 UTC (permalink / raw)
To: linux-tegra; +Cc: Hiroshi Doyu, Russell King, linux-kernel
Fix build warning w/o PM_SLEEP.
Change-Id: Id5b7d089de835025b5708fa345a75990fd976363
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
---
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,
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1353501697-25345-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP
[not found] ` <1353501697-25345-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2012-11-21 12:46 ` Hiroshi Doyu
0 siblings, 0 replies; 3+ messages in thread
From: Hiroshi Doyu @ 2012-11-21 12:46 UTC (permalink / raw)
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Hiroshi Doyu, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
From cd21894b640d456974920247d2a10421e78ba960 Mon Sep 17 00:00:00 2001
From: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
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 <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
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,
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP
2012-11-21 12:41 [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP Hiroshi Doyu
[not found] ` <1353501697-25345-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2012-11-26 21:01 ` Stephen Warren
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2012-11-26 21:01 UTC (permalink / raw)
To: Hiroshi Doyu; +Cc: linux-tegra, Russell King, linux-kernel
On 11/21/2012 05:41 AM, Hiroshi Doyu wrote:
> Fix build warning w/o PM_SLEEP.
>
> Change-Id: Id5b7d089de835025b5708fa345a75990fd976363
Thanks, applied, with commit description fixed up to remove the Change-Id.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-26 21:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 12:41 [PATCH 1/1] amba: tegra-ahb: Fix warning w/o PM_SLEEP Hiroshi Doyu
[not found] ` <1353501697-25345-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-11-21 12:46 ` Hiroshi Doyu
2012-11-26 21:01 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).