Skip to content

Commit

Permalink
[MIPS] Fix include wrapper symbol definitions in IP32 code.
Browse files Browse the repository at this point in the history
Some IP35 defines snuck into some IP32-specific code during the DMA re-write.

Signed-off-by: Joshua Kinard <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Kumba42 authored and ralfbaechle committed Jul 4, 2007
1 parent ba609a9 commit ab012eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-mips/mach-ip32/dma-coherence.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Copyright (C) 2006 Ralf Baechle <[email protected]>
*
*/
#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>

Expand Down Expand Up @@ -69,4 +69,4 @@ static inline int plat_device_is_coherent(struct device *dev)
return 0; /* IP32 is non-cohernet */
}

#endif /* __ASM_MACH_IP35_DMA_COHERENCE_H */
#endif /* __ASM_MACH_IP32_DMA_COHERENCE_H */

0 comments on commit ab012eb

Please sign in to comment.