]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-powerpc/dma-mapping.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
[karo-tx-linux.git] / include / asm-powerpc / dma-mapping.h
index a96e5742ca324d302156b718766baa8ae1e9822c..837756ab7dc7fe868c2caa19d526406849617d13 100644 (file)
@@ -6,6 +6,7 @@
  */
 #ifndef _ASM_DMA_MAPPING_H
 #define _ASM_DMA_MAPPING_H
+#ifdef __KERNEL__
 
 #include <linux/config.h>
 #include <linux/types.h>
@@ -282,4 +283,5 @@ struct dma_mapping_ops {
        int             (*dac_dma_supported)(struct device *dev, u64 mask);
 };
 
+#endif /* __KERNEL__ */
 #endif /* _ASM_DMA_MAPPING_H */