diff options
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/platsmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/platsmp.c b/arch/arm/mach-rockchip/platsmp.c index 2e6ab67e2284..8fcec1cc101e 100644 --- a/arch/arm/mach-rockchip/platsmp.c +++ b/arch/arm/mach-rockchip/platsmp.c | |||
@@ -119,8 +119,7 @@ static int pmu_set_power_domain(int pd, bool on) | |||
119 | * Handling of CPU cores | 119 | * Handling of CPU cores |
120 | */ | 120 | */ |
121 | 121 | ||
122 | static int __cpuinit rockchip_boot_secondary(unsigned int cpu, | 122 | static int rockchip_boot_secondary(unsigned int cpu, struct task_struct *idle) |
123 | struct task_struct *idle) | ||
124 | { | 123 | { |
125 | int ret; | 124 | int ret; |
126 | 125 | ||