Loading arch/mips/include/asm/dma-mapping.h +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
arch/mips/include/asm/dma-mapping.h +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading