public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] memory: tegra30: Fix build error w/o PM
@ 2013-03-14  9:12 Hiroshi Doyu
  2013-03-14  9:40 ` Thierry Reding
  2013-03-15 19:23 ` Stephen Warren
  0 siblings, 2 replies; 3+ messages in thread
From: Hiroshi Doyu @ 2013-03-14  9:12 UTC (permalink / raw)
  To: linux-tegra
  Cc: Hiroshi Doyu, Stephen Warren, Greg Kroah-Hartman, Thierry Reding,
	Axel Lin, linux-kernel

Make this depend on CONFIG_PM.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
---
 drivers/memory/tegra30-mc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/memory/tegra30-mc.c b/drivers/memory/tegra30-mc.c
index 0b97598..f4ae074 100644
--- a/drivers/memory/tegra30-mc.c
+++ b/drivers/memory/tegra30-mc.c
@@ -268,6 +268,7 @@ static const u32 tegra30_mc_ctx[] = {
 	MC_INTMASK,
 };
 
+#ifdef CONFIG_PM
 static int tegra30_mc_suspend(struct device *dev)
 {
 	int i;
@@ -291,6 +292,7 @@ static int tegra30_mc_resume(struct device *dev)
 	mc_readl(mc, MC_TIMING_CONTROL);
 	return 0;
 }
+#endif
 
 static UNIVERSAL_DEV_PM_OPS(tegra30_mc_pm,
 			    tegra30_mc_suspend,
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-15 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14  9:12 [PATCH 1/1] memory: tegra30: Fix build error w/o PM Hiroshi Doyu
2013-03-14  9:40 ` Thierry Reding
2013-03-15 19:23 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox