From: Randy Dunlap Date: Fri, 24 Aug 2007 22:35:15 +0000 (-0700) Subject: DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined X-Git-Tag: v2.6.23-rc4~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e106b0d97e79f1abb60cc49a53af760950c3384;p=platform%2Fkernel%2Flinux-exynos.git DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined DM_MULTIPATH_RDAC uses SCSI API(s) and is for a SCSI device, so add SCSI to its depends on to prevent build errors. Signed-off-by: Randy Dunlap [ Tested and Verified by Chandra Seetharaman ] Acked-by: Chandra Seetharaman Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 531d4d1..34a8c60 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -263,7 +263,7 @@ config DM_MULTIPATH_EMC config DM_MULTIPATH_RDAC tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)" - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL ---help--- Multipath support for LSI/Engenio RDAC.