diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-08 00:45:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-08 01:10:30 +0000 |
commit | 012390517e3e6734d381ff81c4a7e9817636e2f1 (patch) | |
tree | 03211c7969858568b2c83072907f3e0da426a7cc /include/asm-mips | |
parent | b35692ebdef0c1cd4a05a58559a94ced54ff9c82 (diff) |
[MIPS] ISA: Fix typo
Lost CONFIG_ prefix discovered by Robert P. J. Day <rpjday@mindspring.com>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/dma.h b/include/asm-mips/dma.h index e06ef0776d4..833437d31ef 100644 --- a/include/asm-mips/dma.h +++ b/include/asm-mips/dma.h @@ -74,7 +74,7 @@ * */ -#ifndef GENERIC_ISA_DMA_SUPPORT_BROKEN +#ifndef CONFIG_GENERIC_ISA_DMA_SUPPORT_BROKEN #define MAX_DMA_CHANNELS 8 #endif |