Skip to content

Commit

Permalink
MIPS: ATH25: Remove legacy __cpuinit section that crept in
Browse files Browse the repository at this point in the history
We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However this one crept back in as of commit 43cc739
("MIPS: ath25: add common parts")

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

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Sergey 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: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Paul Gortmaker authored and Ralf Baechle committed Jun 21, 2015
1 parent 644238a commit 361d0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/ath25/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 361d0f7

Please sign in to comment.