]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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)
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>

No differences found