diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-12-19 11:07:04 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 16:30:20 +0800 |
commit | 5b2576ecf19418de699e230587a6d0b928a05e31 (patch) | |
tree | c0931383b8a887f3dce59db5fd8c3b4f884f3999 /arch/arm/mach-imx/common.h | |
parent | 7d9b866867d3aa7d04139ee24763673c126ea0c7 (diff) | |
download | linux-5b2576ecf19418de699e230587a6d0b928a05e31.tar.gz linux-5b2576ecf19418de699e230587a6d0b928a05e31.tar.bz2 linux-5b2576ecf19418de699e230587a6d0b928a05e31.zip |
ARM: imx: remove unused imx3 pm definitions
Remove the defintion of mx3_cpu_lp_set(), this function is not
implemented anywhere. Remove then mx3_cpu_pwr_mode enum as well,
it was used only as parameter of mx3_cpu_lp_set().
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index b09a2ec19267..c8d68e918b2f 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -71,15 +71,6 @@ enum mxc_cpu_pwr_mode { STOP_POWER_OFF, /* STOP + SRPG */ }; -enum mx3_cpu_pwr_mode { - MX3_RUN, - MX3_WAIT, - MX3_DOZE, - MX3_SLEEP, -}; - -void mx3_cpu_lp_set(enum mx3_cpu_pwr_mode mode); - void imx_enable_cpu(int cpu, bool enable); void imx_set_cpu_jump(int cpu, void *jump_addr); u32 imx_get_cpu_arg(int cpu); |