summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx28
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2010-03-14 22:29:56 -0500
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:17:21 +0200
commitb75491caed15403f20612902bb9ed6b6782178fe (patch)
tree7d6d1855b8451a24427898bfb0b1478f7dc91fdb /arch/arm/mach-mx28
parent6c5e405ea4186565791ad1eb0d48cc0155b516e8 (diff)
ENGR00121571 MX28 CLOCK: Fix build break
Fix build break Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx28')
-rw-r--r--arch/arm/mach-mx28/emi_settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx28/emi_settings.h b/arch/arm/mach-mx28/emi_settings.h
index 37e07f3f124d..b7cb0e2f7fe3 100644
--- a/arch/arm/mach-mx28/emi_settings.h
+++ b/arch/arm/mach-mx28/emi_settings.h
@@ -33,11 +33,13 @@ struct emi_change {
unsigned cur_freq;
unsigned new_freq;
};
+
int mxs_ram_freq_scale(struct emi_change *emi);
void mxs_ram_freq_scale_end();
void DDR2EmiController_EDE1116_133MHz();
void DDR2EmiController_EDE1116_166MHz();
void DDR2EmiController_EDE1116_200MHz();
+unsigned int *get_current_emidata();
#endif
#endif