From e00bc6d8858bcd0d1170c5448630e30d1309635c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Thu, 5 Jan 2017 14:43:14 +0100 Subject: [PATCH] arm64: qcom: fix parameters of msm_cpu_init() --- drivers/soc/qcom/cpu_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/cpu_ops.c b/drivers/soc/qcom/cpu_ops.c index d831cb071d3d..bff057624eef 100644 --- a/drivers/soc/qcom/cpu_ops.c +++ b/drivers/soc/qcom/cpu_ops.c @@ -285,7 +285,7 @@ static int secondary_pen_release(unsigned int cpu) return secondary_holding_pen_release != INVALID_HWID ? -ENOSYS : 0; } -static int __init msm_cpu_init(struct device_node *dn, unsigned int cpu) +static int __init msm_cpu_init(unsigned int cpu) { /* Mark CPU0 cold boot flag as done */ if (!cpu && !per_cpu(cold_boot_done, cpu)) -- 2.39.2