commit | d3ddcf471ea90d7ff711dbaa371ef379ed625ec0 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Wed Jul 23 21:28:58 2008 -0700 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>