]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: qcom: fix parameters of msm_cpu_init()
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Jan 2017 13:43:14 +0000 (14:43 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 7 Mar 2017 11:41:17 +0000 (12:41 +0100)
drivers/soc/qcom/cpu_ops.c

index d831cb071d3df4973a37c0befa34c2409dd61ccf..bff057624eefc15fca85d9e94e28d76ed392397e 100644 (file)
@@ -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))