Commit 374d4dd3 authored by Paul Gortmaker's avatar Paul Gortmaker

arm/mach-rockchip: remove legacy __cpuinit section that crept in

We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However this one crept back in as of commit a7a2b311
("ARM: rockchip: add smp bringup code").

Since we want to clobber the stubs soon, get this removed now.

Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent ff6138ad
...@@ -119,8 +119,7 @@ static int pmu_set_power_domain(int pd, bool on) ...@@ -119,8 +119,7 @@ static int pmu_set_power_domain(int pd, bool on)
* Handling of CPU cores * Handling of CPU cores
*/ */
static int __cpuinit rockchip_boot_secondary(unsigned int cpu, static int rockchip_boot_secondary(unsigned int cpu, struct task_struct *idle)
struct task_struct *idle)
{ {
int ret; int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment