]> Git Repo - linux.git/commit
[PATCH] ppc: ppc4xx_dma DMA_MODE_{READ,WRITE} fix
authorAl Viro <[email protected]>
Fri, 16 Dec 2005 22:35:23 +0000 (22:35 +0000)
committerLinus Torvalds <[email protected]>
Fri, 16 Dec 2005 22:43:05 +0000 (14:43 -0800)
commit7c3dbbe982ac85837f1da150ea9539a9e9a12557
tree10c9d071d78a2c204ce34b8d95fd0ba9139bb7d2
parenta78719c387cc25ed97304a235a20c24f0f89399b
[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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ppc/syslib/ppc4xx_dma.c
include/asm-ppc/ppc4xx_dma.h
This page took 0.053925 seconds and 4 git commands to generate.