diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-05-18 13:14:36 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-18 14:18:27 +0100 |
commit | a5602a3273774c720aaf165ff670e5b85e5910a5 (patch) | |
tree | 32c8379704fde515bc3c7967c00f3a0f4f534264 /arch | |
parent | 3e9957b4866f3767f19bf0e543b322ad7906c564 (diff) | |
download | linux-3.10-a5602a3273774c720aaf165ff670e5b85e5910a5.tar.gz linux-3.10-a5602a3273774c720aaf165ff670e5b85e5910a5.tar.bz2 linux-3.10-a5602a3273774c720aaf165ff670e5b85e5910a5.zip |
MIPS: Kludge IP27 build for 2.6.39.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/dma-mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/dma-mapping.h b/arch/mips/include/asm/dma-mapping.h index 655f849bd08..7aa37ddfca4 100644 --- a/arch/mips/include/asm/dma-mapping.h +++ b/arch/mips/include/asm/dma-mapping.h @@ -5,7 +5,9 @@ #include <asm/cache.h> #include <asm-generic/dma-coherent.h> +#ifndef CONFIG_SGI_IP27 /* Kludge to fix 2.6.39 build for IP27 */ #include <dma-coherence.h> +#endif extern struct dma_map_ops *mips_dma_map_ops; |