Ralf Baechle a055917e1b [MIPS] Fix build after b0rked changes to <linux/init.h>.
Commit 312b1485fb509c9bc32eda28ad29537896658cb8 made __INIT_REFOK expand
into .section .section ".ref.text", "ax".  Since the assembler doesn't
tolerate stuttering in the source that broke all MIPS builds.

Since with this change Sam downgraded __INIT_REFOK the best fix is to
get replace it by the modern days operator.  With MIPS the only user
of __INIT_REFOK and __INITDATA_REFOK (which was equally broken) being
unused anyway these can be deleted but that's subject of a separate
commit.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-02-01 14:48:43 +00:00
..
2007-07-13 17:40:01 +01:00
2007-12-01 00:39:37 +00:00
2005-04-16 15:20:36 -07:00
2007-10-19 11:53:37 -07:00
2007-10-11 23:46:04 +01:00
2006-12-10 21:52:11 +00:00
2008-01-29 10:14:56 +00:00
2007-05-08 11:14:58 -07:00
2007-10-19 11:53:37 -07:00
2008-01-29 10:14:56 +00:00