[PATCH] ppc: ppc4xx_dma DMA_MODE_{READ,WRITE} fix
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 16 Dec 2005 22:35:23 +0000 (22:35 +0000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 16 Dec 2005 22:43:05 +0000 (14:43 -0800)
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>

No differences found