| commit | a4e6d5d3817ebae167e78e5957cd9e624be200c7 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Sat Mar 29 03:10:18 2008 +0000 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 30 14:20:24 2008 -0700 |
| tree | 5d69f988bc7bdb5d4c5f9c31210fc1d98848c76a | |
| parent | f0bb3cfde03ae6d492447883f786c6ee9a4db2ca [diff] |
fix the broken annotations in fsldma
a) every bitwise declaration will give a unique type; use typedefs.
b) no need to bother with the stuff pointed to by iomem pointers,
unless it's accessed directly. noderef will force us to use helpers
anyway.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>