aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-03-08 00:45:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-03-08 01:10:30 +0000
commit012390517e3e6734d381ff81c4a7e9817636e2f1 (patch)
tree03211c7969858568b2c83072907f3e0da426a7cc /include/asm-mips
parent[CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl. (diff)
downloadlinux-dev-012390517e3e6734d381ff81c4a7e9817636e2f1.tar.xz
linux-dev-012390517e3e6734d381ff81c4a7e9817636e2f1.zip
[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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/dma.h b/include/asm-mips/dma.h
index e06ef0776d48..833437d31ef1 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