[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>
This commit is contained in:
Ralf Baechle 2007-03-08 00:45:26 +00:00
parent b35692ebde
commit 012390517e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
*
*/
#ifndef GENERIC_ISA_DMA_SUPPORT_BROKEN
#ifndef CONFIG_GENERIC_ISA_DMA_SUPPORT_BROKEN
#define MAX_DMA_CHANNELS 8
#endif