summaryrefslogtreecommitdiff
path: root/arch/s390/boot/compressed/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/boot/compressed/vmlinux.lds.S')
-rw-r--r--arch/s390/boot/compressed/vmlinux.lds.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/s390/boot/compressed/vmlinux.lds.S b/arch/s390/boot/compressed/vmlinux.lds.S
index 0bd8aaaa4b33..d6a69aa6e937 100644
--- a/arch/s390/boot/compressed/vmlinux.lds.S
+++ b/arch/s390/boot/compressed/vmlinux.lds.S
@@ -3,6 +3,7 @@
#include <asm/vmlinux.lds.h>
#include <asm/thread_info.h>
#include <asm/page.h>
+#include <asm/sclp.h>
OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390")
OUTPUT_ARCH(s390:64-bit)
@@ -54,7 +55,9 @@ SECTIONS
KEEP(*(.dma.ex_table))
_stop_dma_ex_table = .;
}
- .dma.data : { *(.dma.data) }
+ .dma.data : {
+ *(.dma.data)
+ }
. = ALIGN(PAGE_SIZE);
_edma = .;