From: Ralf Baechle Date: Wed, 30 Jan 2008 12:14:59 +0000 (+0000) Subject: [MIPS] Fix build after b0rked changes to . X-Git-Tag: v2.6.25-rc1~1084 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a055917e1b4ad337c293205377277ffc78c69c57;p=pandora-kernel.git [MIPS] Fix build after b0rked changes to . 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 --- Reading git-diff-tree failed