]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65c18e56d1fd57ae958ce77df4527b0eff24a338
tree5d69f988bc7bdb5d4c5f9c31210fc1d98848c76a
parent184be4b6816a3e3c02e5b8e2e05e749d266a8ca9
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