diff options
| author | 2007-03-07 19:04:21 -0800 | |
|---|---|---|
| committer | 2007-03-07 19:04:21 -0800 | |
| commit | 06aa5b4aae223ea4d623dc68e85466174bb92c84 (patch) | |
| tree | 22b40cd55396e5329fe8cf69907a1af13145f8bd /include | |
| parent | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff) | |
| parent | [MIPS] ARC: Fix several compiler warnings. (diff) | |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] ARC: Fix several compiler warnings.
[MIPS] ISA: Fix typo
[CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl.
Diffstat (limited to 'include')
| -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 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 |
