Merge branch 'cpuidle/4.7' of http://git.linaro.org/people/daniel.lezcano/linux into tmp
Pull ARM cpuidle changes for v4.7 from Daniel Lezcano. * 'cpuidle/4.7' of http://git.linaro.org/people/daniel.lezcano/linux: drivers: firmware: psci: use const and __initconst for psci_cpuidle_ops soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops ARM: cpuidle: constify return value of arm_cpuidle_get_ops() ARM: cpuidle: add const qualifier to cpuidle_ops member in structures
This commit is contained in:
@@ -36,7 +36,7 @@ struct cpuidle_ops {
|
||||
|
||||
struct of_cpuidle_method {
|
||||
const char *method;
|
||||
struct cpuidle_ops *ops;
|
||||
const struct cpuidle_ops *ops;
|
||||
};
|
||||
|
||||
#define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \
|
||||
|
Reference in New Issue
Block a user