From: Paul Gortmaker Date: Sat, 17 Jan 2015 23:40:24 +0000 (-0500) Subject: mips/ath25: remove legacy __cpuinit section that crept in X-Git-Tag: v5.15~15504^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01f0aa8ed71540ad958eaf0373e5c5d3b1652392;p=platform%2Fkernel%2Flinux-starfive.git 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 43cc739fd98b8c517ad45756d869f ("MIPS: ath25: add common parts") Since we want to clobber the stubs soon, get this removed now. Cc: Sergey Ryazanov Acked-by: Sergey Ryazanov Cc: linux-mips@linux-mips.org Signed-off-by: Paul Gortmaker --- diff --git a/arch/mips/ath25/board.c b/arch/mips/ath25/board.c index b8bb782..9ab48ff 100644 --- a/arch/mips/ath25/board.c +++ b/arch/mips/ath25/board.c @@ -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; }