Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
[safe/jmp/linux-2.6] / include / asm-powerpc / dma-mapping.h
index a96e574..837756a 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 */