fix the broken annotations in fsldma
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 29 Mar 2008 03:10:18 +0000 (03:10 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Mar 2008 21:20:24 +0000 (14:20 -0700)
commita4e6d5d3817ebae167e78e5957cd9e624be200c7
tree5d69f988bc7bdb5d4c5f9c31210fc1d98848c76a
parentf0bb3cfde03ae6d492447883f786c6ee9a4db2ca
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>
drivers/dma/fsldma.h