diff options
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index cac12870efb3..d0191152807d 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h | |||
@@ -78,6 +78,7 @@ extern void imx_set_aips(void __iomem *); | |||
78 | extern int mxc_device_init(void); | 78 | extern int mxc_device_init(void); |
79 | void imx_set_soc_revision(unsigned int rev); | 79 | void imx_set_soc_revision(unsigned int rev); |
80 | unsigned int imx_get_soc_revision(void); | 80 | unsigned int imx_get_soc_revision(void); |
81 | void imx_init_revision_from_anatop(void); | ||
81 | 82 | ||
82 | enum mxc_cpu_pwr_mode { | 83 | enum mxc_cpu_pwr_mode { |
83 | WAIT_CLOCKED, /* wfi only */ | 84 | WAIT_CLOCKED, /* wfi only */ |
@@ -134,7 +135,6 @@ extern void imx_gpc_restore_all(void); | |||
134 | extern void imx_anatop_init(void); | 135 | extern void imx_anatop_init(void); |
135 | extern void imx_anatop_pre_suspend(void); | 136 | extern void imx_anatop_pre_suspend(void); |
136 | extern void imx_anatop_post_resume(void); | 137 | extern void imx_anatop_post_resume(void); |
137 | extern u32 imx_anatop_get_digprog(void); | ||
138 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); | 138 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); |
139 | extern void imx6q_set_chicken_bit(void); | 139 | extern void imx6q_set_chicken_bit(void); |
140 | 140 | ||