commit | d3ddcf471ea90d7ff711dbaa371ef379ed625ec0 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Jul 23 21:28:58 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:25 2008 -0700 |
tree | d2eee93fbc6af05508e86e8c8bca548e57902d3a | |
parent | f3db6639fee577f6ed92c0a1fc881e748c47ec48 [diff] |
checkpatch: possible types: __asm__ is never a type We are false matching __asm__ as a type, and then tripping the external function checks. Squash. 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>