| commit | 7c3dbbe982ac85837f1da150ea9539a9e9a12557 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Fri Dec 16 22:35:23 2005 +0000 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Dec 16 14:43:05 2005 -0800 |
| tree | 10c9d071d78a2c204ce34b8d95fd0ba9139bb7d2 | |
| parent | a78719c387cc25ed97304a235a20c24f0f89399b [diff] |
[PATCH] ppc: ppc4xx_dma DMA_MODE_{READ,WRITE} fix
DMA_MODE_{READ,WRITE} are declared in asm-powerpc/dma.h and their
declarations there match the definitions. Old declarations in
ppc4xx_dma.h are not right anymore (wrong type, to start with).
Killed them, added include of asm/dma.h where needed.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>