diff options
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index b909b689619b..91d69ccf7c76 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright 2004-2013 Freescale Semiconductor, Inc. All Rights Reserved. | 2 | * Copyright 2004-2014 Freescale Semiconductor, Inc. All Rights Reserved. |
3 | */ | 3 | */ |
4 | 4 | ||
5 | /* | 5 | /* |
@@ -145,8 +145,12 @@ void imx6sl_set_wait_clk(bool enter); | |||
145 | void imx_cpu_die(unsigned int cpu); | 145 | void imx_cpu_die(unsigned int cpu); |
146 | int imx_cpu_kill(unsigned int cpu); | 146 | int imx_cpu_kill(unsigned int cpu); |
147 | 147 | ||
148 | void imx6_suspend(void __iomem *ocram_vbase); | ||
148 | void imx6q_pm_init(void); | 149 | void imx6q_pm_init(void); |
150 | void imx6dl_pm_init(void); | ||
151 | void imx6sl_pm_init(void); | ||
149 | void imx6q_pm_set_ccm_base(void __iomem *base); | 152 | void imx6q_pm_set_ccm_base(void __iomem *base); |
153 | |||
150 | #ifdef CONFIG_PM | 154 | #ifdef CONFIG_PM |
151 | void imx5_pm_init(void); | 155 | void imx5_pm_init(void); |
152 | #else | 156 | #else |