aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/sections.h')
-rw-r--r--arch/s390/include/asm/sections.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/asm/sections.h b/arch/s390/include/asm/sections.h
index 29e55739b516..af670fa4b12a 100644
--- a/arch/s390/include/asm/sections.h
+++ b/arch/s390/include/asm/sections.h
@@ -23,4 +23,7 @@
*/
#define __bootdata_preserved(var) __section(.boot.preserved.data.var) var
+extern unsigned long __sdma, __edma;
+extern unsigned long __stext_dma, __etext_dma;
+
#endif