All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: PM: CPUFREQ: Fix conditional compilation
@ 2010-09-24  8:54 Silesh C V
  2010-09-24 15:06 ` Kevin Hilman
  0 siblings, 1 reply; 7+ messages in thread
From: Silesh C V @ 2010-09-24  8:54 UTC (permalink / raw)
  To: linux-omap; +Cc: Silesh C V

Fix conditional compilation.

Signed-off-by: Silesh C V <silesh@ti.com>
---

Applies on top of the latest pm branch.

 arch/arm/plat-omap/cpu-omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/cpu-omap.c b/arch/arm/plat-omap/cpu-omap.c
index df08829..02e4865 100644
--- a/arch/arm/plat-omap/cpu-omap.c
+++ b/arch/arm/plat-omap/cpu-omap.c
@@ -41,7 +41,7 @@ static struct cpufreq_frequency_table *freq_table;
 
 #ifdef CONFIG_ARCH_OMAP1
 #define MPU_CLK		"mpu"
-#elif CONFIG_ARCH_OMAP3
+#elif defined(CONFIG_ARCH_OMAP3)
 #define MPU_CLK		"arm_fck"
 #else
 #define MPU_CLK		"virt_prcm_set"
-- 
1.7.0.4


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

end of thread, other threads:[~2010-09-29  5:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24  8:54 [PATCH] OMAP: PM: CPUFREQ: Fix conditional compilation Silesh C V
2010-09-24 15:06 ` Kevin Hilman
2010-09-27  6:19   ` Silesh C V
2010-09-27  7:30     ` Govindraj
2010-09-27  8:48       ` Silesh C V
2010-09-28 19:17         ` Kevin Hilman
2010-09-29  5:27           ` Silesh C V

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.