diff options
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 76c420043289..5a800bfcec5b 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h | |||
@@ -116,9 +116,11 @@ extern u32 *pl310_get_save_ptr(void); | |||
116 | extern void v7_secondary_startup(void); | 116 | extern void v7_secondary_startup(void); |
117 | extern void imx_scu_map_io(void); | 117 | extern void imx_scu_map_io(void); |
118 | extern void imx_smp_prepare(void); | 118 | extern void imx_smp_prepare(void); |
119 | extern void imx_scu_standby_enable(void); | ||
119 | #else | 120 | #else |
120 | static inline void imx_scu_map_io(void) {} | 121 | static inline void imx_scu_map_io(void) {} |
121 | static inline void imx_smp_prepare(void) {} | 122 | static inline void imx_smp_prepare(void) {} |
123 | static inline void imx_scu_standby_enable(void) {} | ||
122 | #endif | 124 | #endif |
123 | extern void imx_enable_cpu(int cpu, bool enable); | 125 | extern void imx_enable_cpu(int cpu, bool enable); |
124 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); | 126 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); |
@@ -128,6 +130,7 @@ extern void imx_gpc_init(void); | |||
128 | extern void imx_gpc_pre_suspend(void); | 130 | extern void imx_gpc_pre_suspend(void); |
129 | extern void imx_gpc_post_resume(void); | 131 | extern void imx_gpc_post_resume(void); |
130 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); | 132 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); |
133 | extern void imx6q_set_chicken_bit(void); | ||
131 | 134 | ||
132 | extern void imx_cpu_die(unsigned int cpu); | 135 | extern void imx_cpu_die(unsigned int cpu); |
133 | extern int imx_cpu_kill(unsigned int cpu); | 136 | extern int imx_cpu_kill(unsigned int cpu); |