aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-08-17 13:08:41 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-08-22 19:31:49 +0400
commitbfaf001880250125e7895d1b219a728ad11e76e5 (patch)
tree90d548917ae719d7d3d34f5da1c4b756e477df1f
parent602df1c6db5137a0862f42d820583d997e10af80 (diff)
Disable CONFIG_DM_RAID45 in ubuntu_vexpress_defconfig
This is a quick workaround for the build failure: CC [M] ubuntu/dm-raid4-5/dm-raid4-5.o /mnt/ci_build/workspace/linux-linaro-tracking_vexpress-a9/ubuntu/dm-raid4-5/dm-raid4-5.c: In function ‘raid_ctr’: /mnt/ci_build/workspace/linux-linaro-tracking_vexpress-a9/ubuntu/dm-raid4-5/dm-raid4-5.c:4076:4: error: ‘struct dm_target’ has no member named ‘split_io’ Seems to be the ubuntu/dm-raid4-5 compilation issue, but I am also not sure if DM_RAID45 is meaningful for Linaro targets. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--arch/arm/configs/ubuntu_vexpress_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/ubuntu_vexpress_defconfig b/arch/arm/configs/ubuntu_vexpress_defconfig
index 589c90621cb9..5039586200eb 100644
--- a/arch/arm/configs/ubuntu_vexpress_defconfig
+++ b/arch/arm/configs/ubuntu_vexpress_defconfig
@@ -1693,7 +1693,7 @@ CONFIG_IIO_KFIFO_BUF=m
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
CONFIG_GATOR=m
-CONFIG_DM_RAID45=m
+CONFIG_DM_RAID45=n
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y