summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/Makefile
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2016-12-01 12:51:32 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-06-12 16:25:55 +0200
commit94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11 (patch)
treeaf3d8fed1df159397b1593fb984c6d120007fd8a /drivers/s390/block/Makefile
parentd12a3d603690ba84b7e3fd357f05b96e777d4630 (diff)
downloadlinux-stable-94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11.tar.gz
linux-stable-94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11.tar.bz2
linux-stable-94d26bfcf31244d24fddbe7ba5b0dd17f3c32b11.zip
s390/scm: remove cluster option
Remove CONFIG_SCM_BLOCK_CLUSTER_WRITE and related code. This quirk is no longer needed on current hardware. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/block/Makefile')
-rw-r--r--drivers/s390/block/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/block/Makefile b/drivers/s390/block/Makefile
index c2f4e673e031..b64e2b32c753 100644
--- a/drivers/s390/block/Makefile
+++ b/drivers/s390/block/Makefile
@@ -19,7 +19,4 @@ obj-$(CONFIG_BLK_DEV_XPRAM) += xpram.o
obj-$(CONFIG_DCSSBLK) += dcssblk.o
scm_block-objs := scm_drv.o scm_blk.o
-ifdef CONFIG_SCM_BLOCK_CLUSTER_WRITE
-scm_block-objs += scm_blk_cluster.o
-endif
obj-$(CONFIG_SCM_BLOCK) += scm_block.o