Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 361d0f78 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Ralf Baechle
Browse files

MIPS: ATH25: 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 43cc739f
("MIPS: ath25: add common parts")

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

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: default avatarSergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9891/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 644238ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ void __init plat_time_init(void)
		ar2315_plat_time_init();
}

unsigned int __cpuinit get_c0_compare_int(void)
unsigned int get_c0_compare_int(void)
{
	return CP0_LEGACY_COMPARE_IRQ;
}