summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRanjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>2009-10-06 11:52:36 -0500
committerRanjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>2009-10-06 11:52:36 -0500
commit8f0b65432965243a8dd29b3679df85bc6d4ff176 (patch)
tree28aa2665e04660544a5243d936d7c1759f52c93a
parent26f39be88f1e4607a70ed50bd9bf407231ee3c47 (diff)
ENGR00117091: Fixed MX37 build break due to missing global variable.
Added dvfs_core_is_active define to mach/mx37_3stack/devices.c Signed-off-by: Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>
-rw-r--r--arch/arm/mach-mx37/devices.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx37/devices.c b/arch/arm/mach-mx37/devices.c
index e6286328e660..56eeac3bf4b1 100644
--- a/arch/arm/mach-mx37/devices.c
+++ b/arch/arm/mach-mx37/devices.c
@@ -30,6 +30,9 @@
#include "sdma_script_code.h"
#include "crm_regs.h"
+/* Flag used to indicate if dvfs_core is active. */
+int dvfs_core_is_active;
+
extern struct dptc_wp dptc_gp_wp_allfreq[DPTC_GP_WP_SUPPORTED];
extern struct dptc_wp dptc_lp_wp_allfreq[DPTC_LP_WP_SUPPORTED];