From: Ralf Baechle Date: Thu, 8 Mar 2007 00:45:26 +0000 (+0000) Subject: [MIPS] ISA: Fix typo X-Git-Tag: firefly_0821_release~30744^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=012390517e3e6734d381ff81c4a7e9817636e2f1;p=firefly-linux-kernel-4.4.55.git [MIPS] ISA: Fix typo Lost CONFIG_ prefix discovered by Robert P. J. Day . Signed-off-by: Ralf Baechle --- 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