Преглед изворни кода

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 <randy.dunlap@oracle.com>
[ Tested and Verified by Chandra Seetharaman ]
Acked-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Randy Dunlap пре 17 година
родитељ
комит
6e106b0d97
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/md/Kconfig

+ 1 - 1
drivers/md/Kconfig

@@ -263,7 +263,7 @@ config DM_MULTIPATH_EMC
 
 
 config DM_MULTIPATH_RDAC
 config DM_MULTIPATH_RDAC
 	tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)"
 	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---
 	---help---
 	  Multipath support for LSI/Engenio RDAC.
 	  Multipath support for LSI/Engenio RDAC.