diff options
author | Matt Porter <mporter@kernel.crashing.org> | 2005-08-18 11:24:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-18 12:53:58 -0700 |
commit | 28cd1d17801774561c81a5be53bfb2d632aee2a2 (patch) | |
tree | d53e8817bbf738754a63b918517d7d5bea271635 /include | |
parent | 2eaa297ca234eb518673b28dd6f3715d4b292e09 (diff) | |
download | linux-3.10-28cd1d17801774561c81a5be53bfb2d632aee2a2.tar.gz linux-3.10-28cd1d17801774561c81a5be53bfb2d632aee2a2.tar.bz2 linux-3.10-28cd1d17801774561c81a5be53bfb2d632aee2a2.zip |
[PATCH] ppc32: fix ppc4xx stb03xxx dma build
Fixes build on 4xx stb03xxx when general purpose dma engine support is
enabled.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/ppc4xx_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/ppc4xx_dma.h b/include/asm-ppc/ppc4xx_dma.h index 8636cdbf6f8..a415001165f 100644 --- a/include/asm-ppc/ppc4xx_dma.h +++ b/include/asm-ppc/ppc4xx_dma.h @@ -285,7 +285,7 @@ typedef uint32_t sgl_handle_t; #define GET_DMA_POLARITY(chan) (DMAReq_ActiveLow(chan) | DMAAck_ActiveLow(chan) | EOT_ActiveLow(chan)) -#elif defined(CONFIG_STBXXX_DMA) /* stb03xxx */ +#elif defined(CONFIG_STB03xxx) /* stb03xxx */ #define DMA_PPC4xx_SIZE 4096 |