ARM: imx: remove unused imx3 pm definitions
authorMartin Kaiser <martin@kaiser.cx>
Tue, 19 Dec 2017 10:07:04 +0000 (11:07 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:30:20 +0000 (16:30 +0800)
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>
arch/arm/mach-imx/common.h

index b09a2ec192671f6e496d47178210d2ac706026c1..c8d68e918b2ff60741e33df67da243b4ceb64ea8 100644 (file)
@@ -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);