From: Al Viro Date: Fri, 16 Dec 2005 22:35:23 +0000 (+0000) Subject: [PATCH] ppc: ppc4xx_dma DMA_MODE_{READ,WRITE} fix X-Git-Tag: v2.6.15-rc6~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3dbbe982ac85837f1da150ea9539a9e9a12557;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed