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-17 13:08:41 +0400
commitb3de8f6fa45e685dd9cfc7729cc6fe04bd9fabab (patch)
tree9aef6da4acc489de02619ff4aeebb603b6bae2d9
parente598dbf8569981c426500bf84261dfeb10a1d5b4 (diff)
Disable CONFIG_DM_RAID45 in ubuntu_vexpress_defconfigtracking-ll-last-minute-fixes-ll-20120817.1
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