]> git.karo-electronics.de Git - mv-sheeva.git/commit
MIPS: Simplify the weak annotation with __weak
authorWu Zhangjin <wuzhangjin@gmail.com>
Tue, 26 Jan 2010 15:02:34 +0000 (23:02 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:17 +0000 (12:53 +0100)
commite52dd9fc6b9e0c17b220bd38371ff15032a1a155
tree01f4dba99ecfb3001d01ae8ec6ff6731ac55a51e
parentaae7e8da806e1536fdee0632a40aaaeed97a2f1b
MIPS: Simplify the weak annotation with __weak

Found by

$ find arch/mips/ -name "*.c" | xargs -i grep -H weak {} | grep -v __weak

[Ralf: Made this bulletproof by including <linux/compiler.h>]

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/874/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/dbg.c
arch/mips/oprofile/common.c