[MIPS] ISA: Fix typo
authorRalf Baechle <ralf@linux-mips.org>
Thu, 8 Mar 2007 00:45:26 +0000 (00:45 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 8 Mar 2007 01:10:30 +0000 (01:10 +0000)
Lost CONFIG_ prefix discovered by Robert P. J. Day <rpjday@mindspring.com>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/dma.h

index e06ef07..833437d 100644 (file)
@@ -74,7 +74,7 @@
  *
  */
 
-#ifndef GENERIC_ISA_DMA_SUPPORT_BROKEN
+#ifndef CONFIG_GENERIC_ISA_DMA_SUPPORT_BROKEN
 #define MAX_DMA_CHANNELS       8
 #endif