aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/dma.h')
-rw-r--r--include/asm-powerpc/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/dma.h b/include/asm-powerpc/dma.h
index 926378d2cd94d9..4bb57fe370972c 100644
--- a/include/asm-powerpc/dma.h
+++ b/include/asm-powerpc/dma.h
@@ -1,5 +1,6 @@
#ifndef _ASM_POWERPC_DMA_H
#define _ASM_POWERPC_DMA_H
+#ifdef __KERNEL__
/*
* Defines for using and allocating dma channels.
@@ -387,4 +388,5 @@ extern int isa_dma_bridge_buggy;
#endif /* !defined(CONFIG_PPC_ISERIES) || defined(CONFIG_PCI) */
+#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_DMA_H */