* [PATCH] sh: also without PM_RUNTIME pm_runtime.o must be built
@ 2012-01-10 15:04 Guennadi Liakhovetski
2012-01-12 3:24 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2012-01-10 15:04 UTC (permalink / raw)
To: linux-sh
When CONFIG_PM_RUNTIME is off, drivers/sh/pm_runtime.o still has to be
built on sh platforms, because then it provides means to statically
switch on device PM clocks.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
Hi Paul
Your commit
commit 681dc7e512af62d1d005df535cf02b86cddcf587
Author: Paul Mundt <lethal@linux-sh.org>
Date: Fri Nov 18 16:05:52 2011 +0900
sh: Kill off remaining private runtime PM bits.
broke the CONFIG_RUNTIME_PM=n case on sh7372. This patch fixes it, and I
hope it doesn't break any other configuration...
drivers/sh/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile
index c393894..7139ad2 100644
--- a/drivers/sh/Makefile
+++ b/drivers/sh/Makefile
@@ -7,4 +7,4 @@ obj-$(CONFIG_HAVE_CLK) += clk/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
-obj-$(CONFIG_PM_RUNTIME) += pm_runtime.o
+obj-y += pm_runtime.o
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-12 3:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 15:04 [PATCH] sh: also without PM_RUNTIME pm_runtime.o must be built Guennadi Liakhovetski
2012-01-12 3:24 ` Paul Mundt
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).