All of lore.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
  0 siblings, 0 replies; 6+ messages in thread
From: Hiroshi Doyu @ 2013-03-14  9:12 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Hiroshi Doyu, Stephen Warren, Greg Kroah-Hartman, Thierry Reding,
	Axel Lin, linux-kernel-u79uwXL29TY76Z2rM5mHXA

Make this depend on CONFIG_PM.

Signed-off-by: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 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] 6+ messages in thread

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

Thread overview: 6+ 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:12 ` Hiroshi Doyu
     [not found] ` <1363252334-4672-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-03-14  9:40   ` Thierry Reding
2013-03-14  9:40     ` Thierry Reding
2013-03-15 19:23   ` Stephen Warren
2013-03-15 19:23     ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.