diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-01-30 12:14:59 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-02-01 14:48:43 +0000 |
commit | a055917e1b4ad337c293205377277ffc78c69c57 (patch) | |
tree | 3091b96ef508cc05949803deb0c6a8732a6d5066 /arch/mips/lasat | |
parent | 24e1c13c93cbdd05e4b7ea921c0050b036555adc (diff) | |
download | linux-a055917e1b4ad337c293205377277ffc78c69c57.tar.bz2 |
[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>
Diffstat (limited to 'arch/mips/lasat')
0 files changed, 0 insertions, 0 deletions