aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/Kbuild
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2016-11-14 13:57:03 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-11-23 16:02:23 +0100
commite1231b0e487caea77d3dffeb737cb25bd3595c5b (patch)
tree0e42dd4c92929b186345975d3a91ff25c3a24153 /arch/s390/include/asm/Kbuild
parents390/cpumf: simplify psw generation (diff)
downloadlinux-dev-e1231b0e487caea77d3dffeb737cb25bd3595c5b.tar.xz
linux-dev-e1231b0e487caea77d3dffeb737cb25bd3595c5b.zip
s390: add cma support
In order to make the cma infrastructure usable we need to add a small architecture backend which calls dma_contiguous_reserve. Otherwise we would end up with the cma allocator enabled, but no pool where memory can be allocated from. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/Kbuild')
-rw-r--r--arch/s390/include/asm/Kbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/include/asm/Kbuild b/arch/s390/include/asm/Kbuild
index 20f196b82a6e..24cb7452bbe7 100644
--- a/arch/s390/include/asm/Kbuild
+++ b/arch/s390/include/asm/Kbuild
@@ -1,6 +1,5 @@
-
-
generic-y += clkdev.h
+generic-y += dma-contiguous.h
generic-y += export.h
generic-y += irq_work.h
generic-y += mcs_spinlock.h