summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorNicolas Pitre2015-04-28 19:44:00 +0200
committerNicolas Pitre2015-05-06 17:43:12 +0200
commit77404d81cadf192cc1261d6269f622a06b83cdd5 (patch)
tree0f8a81495efe94a38149d593c0219ee4488af550 /arch/arm/include/asm
parentARM: hisi/hip04: remove the MCPM overhead (diff)
downloadkernel-qcow2-linux-77404d81cadf192cc1261d6269f622a06b83cdd5.tar.gz
kernel-qcow2-linux-77404d81cadf192cc1261d6269f622a06b83cdd5.tar.xz
kernel-qcow2-linux-77404d81cadf192cc1261d6269f622a06b83cdd5.zip
ARM: MCPM: remove backward compatibility code
Now that no one uses the old callbacks anymore, let's remove them and associated support code. Signed-off-by: Nicolas Pitre <nico@linaro.org> Acked-by: Dave Martin <Dave.Martin@arm.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/mcpm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/asm/mcpm.h b/arch/arm/include/asm/mcpm.h
index 50b378f59e08..e2118c941dbf 100644
--- a/arch/arm/include/asm/mcpm.h
+++ b/arch/arm/include/asm/mcpm.h
@@ -234,12 +234,6 @@ struct mcpm_platform_ops {
void (*cpu_is_up)(unsigned int cpu, unsigned int cluster);
void (*cluster_is_up)(unsigned int cluster);
int (*wait_for_powerdown)(unsigned int cpu, unsigned int cluster);
-
- /* deprecated callbacks */
- int (*power_up)(unsigned int cpu, unsigned int cluster);
- void (*power_down)(void);
- void (*suspend)(u64);
- void (*powered_up)(void);
};
/**