Some IP35 defines snuck into some IP32-specific code during the DMA re-write.
Although cosmetic, the attached patch corrects these defines to their proper
IP32 versions.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
dma-coherence.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff -Naurp mipslinux.a/include/asm-mips/mach-ip32/dma-coherence.h
mipslinux.b/include/asm-mips/mach-ip32/dma-coherence.h
--- mipslinux.a/include/asm-mips/mach-ip32/dma-coherence.h 2007-05-14
02:13:24.000000000 -0400
+++ mipslinux.b/include/asm-mips/mach-ip32/dma-coherence.h 2007-05-14
09:15:36.000000000 -0400
@@ -6,8 +6,8 @@
* Copyright (C) 2006 Ralf Baechle <ralf@linux-mips.org>
*
*/
-#ifndef __ASM_MACH_IP35_DMA_COHERENCE_H
-#define __ASM_MACH_IP35_DMA_COHERENCE_H
+#ifndef __ASM_MACH_IP32_DMA_COHERENCE_H
+#define __ASM_MACH_IP32_DMA_COHERENCE_H
#include <asm/ip32/crime.h>
@@ -69,4 +69,4 @@ static inline int plat_device_is_coheren
return 0; /* IP32 is non-cohernet */
}
-#endif /* __ASM_MACH_IP35_DMA_COHERENCE_H */
+#endif /* __ASM_MACH_IP32_DMA_COHERENCE_H */
|