projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35692e
)
[MIPS] ISA: Fix typo
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 8 Mar 2007 00:45:26 +0000
(
00:45
+0000)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/dma.h
b/include/asm-mips/dma.h
index e06ef0776d48950f3b0ea556219ea2c2c84a3fce..833437d31ef1634c1286d957b8cca8971bc158f2 100644
(file)
--- 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