checkpatch: __weak is an official attribute
authorAndy Whitcroft <apw@shadowen.org>
Tue, 6 Jan 2009 22:41:18 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:15 +0000 (15:59 -0800)
commit5fe3af119bed58d240e2097fe76f322ab51902d7
tree6b0c8b5f9bf1fc78d0c3f1208da641031a51df4b
parent383099fd636deacf698b91b4c96d0d6d01e6dc79
checkpatch: __weak is an official attribute

Add __weak as an official attribute.  This tends to be used in a location
where the automated attribute detector misses it.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl